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
When I use the RUN AND DEBUG button, a blue clock appears momentarily on the debug icon and then disappears.
No error or log is shown in OUTPUT or DEBUG CONSOLE.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a simple hello_world.cpp code, made using a Makefile with -g flag.
I am running the code remotely on a Linux machine.
I also have this launch.json file that is created automatically by VSCode:
When I use the RUN AND DEBUG button, a blue clock appears momentarily on the debug icon and then disappears.
No error or log is shown in OUTPUT or DEBUG CONSOLE.
Running gdb from terminal works fine.
All reactions