You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-07-07T16:45:37.815Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions.
pyocd gdbserver --port 50000 --telnet-port 50001
[2024-07-07T16:45:39.945Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session closed
GDB server session ended. This terminal will be reused, waiting for next session to start...
When running west debug, everything seems to work fine, but I want to get debugging working from VS code.
The text was updated successfully, but these errors were encountered:
I'm using pyocd 0.36.0 and STM32F303K8Tx. My VS Code launch configuration is:
The output I get when launching is below:
And the terminal tab output:
When running
west debug
, everything seems to work fine, but I want to get debugging working from VS code.The text was updated successfully, but these errors were encountered: