Visual Studio Code – GDB debugger terminates after using step over
I'm using visual studio code (1.93.1) along with GDB debugger (15.1) and g++ compiler (14.2.0) on windows. Whenever I use a breakpoint and try to click the step-over button, the debugger stops working, but doesn't terminate (there's a gif explaining…