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
I noticed on your latest version 0.26.0 that the breakpoint paths and file names are now all lower case.
My source file names and paths have upper-case and lower-case characters.
I am remote debugging from Windows to Linux through ssh.
I was looking forward to your improvements, but for now I guess I will revert to your 0.25.1 version.
More:
If I set "stopAtEntry": true, in my launch.json
Your APP will set a breakpoint at the Src/main.cpp
GDB -> App: {"outOfBandRecord":[{"isStream":true,"type":"console","content":"Temporary breakpoint 2, main (argc=1, argv=0x7fffffffebc8) at Src/main.cpp:4231\n"}]}
Temporary breakpoint 2, main (argc=1, argv=0x7fffffffebc8) at Src/main.cpp:4231
If I then put a breakpoint in the editor your APP will set the breakpoint like this: