Replies: 1 comment
-
Seems to be a RHEL7 issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions