Run with debugging.
I never ran anything With debugging. And Im not done with my book yet, so im still in console programs. (Im about 3/4 done) As soon as im finished ima learn SDL because i wanna make games.
So back on topic, How does it work? Because Ive heard it Runs the program Line by line. But When i made a sample Hello world and ran it, It just shows a Blank DOS prompt with a little blinking '_' at the top left.
So how can i use it?
If you set a breakpoint to a certain line and select Start Debugging (F5), it'll stop at the breakpoint and from there, you can do things with a debugger. I can't tell you specifically what you'll be able to do with a debugger since I did not master assembly and RCE/RE completely.
If you set a breakpoint and start without debugging (CTRL+F5), it will ignore the breakpoint and execute the program.
That's just the basic.