Enumeration

IdeDebuggerMovement

Declaration

enum Ide.DebuggerMovement

Description

Describes the style of movement that should be performed by the debugger.

Members

IDE_DEBUGGER_MOVEMENT_START

Start or restart the application.

  • Value: 0
  • Available since: 48
IDE_DEBUGGER_MOVEMENT_CONTINUE

Continue until a breakpoint is reached.

  • Value: 1
  • Available since: 48
IDE_DEBUGGER_MOVEMENT_STEP_IN

Execute the next line of code, stepping into any function.

  • Value: 2
  • Available since: 48
IDE_DEBUGGER_MOVEMENT_STEP_OUT

No description available.

  • Value: 3
  • Available since: 48
IDE_DEBUGGER_MOVEMENT_FINISH

Run until the function returns.

  • Value: 4
  • Available since: 48