I can’t run debug on the MSP430F5529

I used the board TI LaunchPad MSP-EXP430F5529LP.
Windows 8 Platformio * Home 3.1.0 Core 4.2.1a3

What could be the problem?

This issue is being discussed at Unable to use mspdebug tool using MSP430G2452 · Issue #15 · platformio/platform-timsp430 · GitHub, I think @valeros or @ivankravets will have a look at it.

I did not find a solution to the problem.
At the windows command line, I execute “mspdebug tlib” and execute the “step”, “regs” commands. Everything works out perfectly. I don’t understand why PIO gives errors.

My last ini
[env:lpmsp430f5529]
platform = timsp430
board = lpmsp430f5529
board_build.mcu = msp430f5529
board_build.f_cpu = 25000000L
framework = arduino

debug_tool = mspdebug
debug_build_flags = -O0 -g3 -ggdb -gdwarf-2

Meassage PIO :

Device: MSP430F5529
Bound to port 2000. Now waiting for connection…
Client connected from 127.0.0.1:64413
Clearing all breakpoints…
Connection closed
MSP430_Run
.pioinit:11: Error in sourced command file:
Remote register badly formatted: T0500:00440000;01:6e410000;02:00000000;03:00000000;04:ffff0000;05:0c5a0000;06:ca000000;07:f53e0000;08:2e040000;09:00000000;0a:f4c30000;0b:9a030000;0c:3f010000;0d:09000000;0e:13040000;0f:00000000;

here: 0000;01:6e410000;02:00000000;03:00000000;04:ffff0000;05:0c5a0000;06:ca000000;07:f53e0000;08:2e040000;09:00000000;0a:f4c30000;0b:9a030000;0c:3f010000;0d:09000000;0e:13040000;0f:00000000;