Single-step debugging and breakpoint debugging

After the compilation and connection in VS IDE is passed,

Press F10 or F11 to step through, press Shift+F11 to exit the current function;

Press F9 to set a breakpoint on a certain line and then press F5 to execute and stop at the breakpoint.

It is one of the skills that programmers must master.

Guess you like

Origin blog.csdn.net/qiuhaifeng_csu/article/details/84370163