Failed to launch GDB while I try to debug on MSP430F5529

I am trying to develop MSP430F5529 on pio.And the code can be built and upload well.But I can not debug correctly.When I click the “DEBUG”,the Terminal show “SUCCESS”,just like this.
屏幕截图 2021-10-30 231824
However,nothing happened.I can not read the data of MCU.later an error is happened.It tells “Failed to launch GDB”,just like this.

Can anyone tell me what should I do?
By the way,It seems my driver is installed correctly.
(upload://xNuZ9viiEmPiObCddFGi8wB2gZN.png)
My system is Windows10
The version of platformio Core is 5.1.1
The version of platformio Home is 3.3.4

It seems I can only upload one picture,
屏幕截图 2021-10-30 231959
here is my second photo

My driver
屏幕截图 2021-10-30 232423
Thanks a lot

Processing lpmsp430f5529 (platform: timsp430; board: lpmsp430f5529; framework: arduino)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/timsp430/lpmsp430f5529.html
PLATFORM: TI MSP430 (2.3.0) > TI LaunchPad MSP-EXP430F5529LP
HARDWARE: MSP430F5529 25MHz, 8KB RAM, 47KB Flash
DEBUG: Current (mspdebug) On-board (mspdebug)
PACKAGES:
 - framework-energiamsp430 1.10810.210219 (1.8.10)
 - toolchain-timsp430 1.40603.210219 (4.6.3)
Converting sketch_oct27a.ino
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 18 compatible libraries
Scanning dependencies...
No dependencies
Building in debug mode
Compiling .pio\build\lpmsp430f5529\src\sketch_oct27a.ino.cpp.o
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino: In function 'void setup()':
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:28:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:30:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:35:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:37:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:47:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
C:/Users/sakihata/Documents/PlatformIO/Projects/211030-001141-lpmsp430f5529/src/sketch_oct27a.ino:50:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
Linking .pio\build\lpmsp430f5529\firmware.elf
Checking size .pio\build\lpmsp430f5529\firmware.elf
Building .pio\build\lpmsp430f5529\firmware.hex
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [          ]   2.1% (used 170 bytes from 8192 bytes)
Flash: [==        ]  16.7% (used 8042 bytes from 48128 bytes)
========================= [SUCCESS] Took 13.47 seconds =========================
MSPDebug version 0.24 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2016 Daniel Beer <dlbeer@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
----------------- NOTE ------------------
Modified version of mspdebug for Energia
            Do not use standalone
-----------------------------------------
Chip info database from MSP430.dll v3.3.1.4 Copyright (C) 2013 TI, Inc.

Using new (SLAC460L+) API
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
Found FET: COM7
MSP430_Initialize: COM7
FET firmware update is required.
Re-run with --allow-fw-update to perform a firmware update.
undefinedtilib: device initialization failed
Reading symbols from C:\Users\sakihata\Documents\PlatformIO\Projects\211030-001141-lpmsp430f5529\.pio\build\lpmsp430f5529\firmware.elf...
done.
PlatformIO Unified Debugger -> http://bit.ly/pio-debug
PlatformIO: debug_tool = mspdebug
PlatformIO: Initializing remote target...
.pioinit:11: Error in sourced command file:
:2000: �������ӷ���һ��ʱ���û����ȷ�𸴻����ӵ�����û�з�Ӧ�����ӳ���ʧ�ܡ�
.```

Well that is… definitely weird. Seems like a file is corrupted with a wrong file encoding.

Thereis an issue open with .pioinit:11: Error in sourced command file: but it has a “Remote register badly formatted” error following it, not this complete gibberish.

Also doesn’t look good.

You should open an issue at Issues · platformio/platform-timsp430 · GitHub.

thanks a lot,I have already open a new issue