Open the source code file that you want to debug.
Click the left margin of the target code line to add a breakpoint.
Press F5 to start debugging.
During debugging, you can use the following shortcut keys:
F10: Step Over
F11: Step Into
Shift + F11: Step Out


