-
Notifications
You must be signed in to change notification settings - Fork 23
Lab Exercise 1 CPP
MingxiuWang edited this page May 15, 2025
·
1 revision
To enable debugging and running, switch your executable by setting the program
and args
fields as described here or follow the below screenshot.
- 'Step over' to the next step of your program
- 'Step in' to the current line of your program
- 'Step out' to mainstream of your program where you stepped in before