Enumeration
IdeDebuggerMovement
Members
IDE_DEBUGGER_MOVEMENT_START
-
Start or restart the application.
- Value:
0
- Nickname:
start
- Available since: 47
- Value:
IDE_DEBUGGER_MOVEMENT_CONTINUE
-
Continue until a breakpoint is reached.
- Value:
1
- Nickname:
continue
- Available since: 47
- Value:
IDE_DEBUGGER_MOVEMENT_STEP_IN
-
Execute the next line of code, stepping into any function.
- Value:
2
- Nickname:
step-in
- Available since: 47
- Value:
IDE_DEBUGGER_MOVEMENT_STEP_OUT
-
No description available.
- Value:
3
- Nickname:
step-out
- Available since: 47
- Value:
IDE_DEBUGGER_MOVEMENT_FINISH
-
Run until the function returns.
- Value:
4
- Nickname:
finish
- Available since: 47
- Value: