Marus / cortex-debug

Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
MIT License
985 stars 238 forks source link

VSCode version 1.28 disables cortex-debug use of gdb #96

Closed myxyplyxyt closed 5 years ago

myxyplyxyt commented 5 years ago

cortex-debug allowed me to debug a non-trivial application on STM32F7 discovery board using VSCode on Windows, OS X, and on Ubuntu 18.04.

It worked fine on VSCode version 1.27.2, but the VSCode team changed the debugger front end for version 1.28.

I would be willing to supply the application source code which works on 1.27.2 to try on the discovery board, if you wanted to find a work-around for the new front end on 1.28.

jonsole commented 5 years ago

I have the same issue after upgrading to 1.28. When debugging is started the debugger seems to get stuck with no VARIABLES shown in the sidebar and just Pause,Restart and Stop commands available.

As a workaround, opening the debug console and pressing return seems to wake up the debugger.

myxyplyxyt commented 5 years ago

Thanks Jon,

 I tried a view things, but never considered just hitting return.
myxyplyxyt commented 5 years ago

Workaround works just fine

0ge commented 5 years ago

I think this is a regression and that the issue should be reopened.