Debugger4.RunToCursor(Boolean) Method

Definition

Executes the program to the current position of the source file cursor.

void RunToCursor(bool WaitForBreakOrEnd = true);
[System.Runtime.InteropServices.DispId(10)]
public void RunToCursor (bool WaitForBreakOrEnd = true);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member RunToCursor : bool -> unit
Public Sub RunToCursor (Optional WaitForBreakOrEnd As Boolean = true)

Parameters

WaitForBreakOrEnd
Boolean

Set to true if this function call should wait until either Break mode or Design mode is entered before returning. Set to false if you want this call to return immediately after causing the debugger to begin execution. Upon return the debugger could be in Design, Break, or Run modes.

See Code Stepping Overview for more information.

Implements

Attributes

Remarks

See RunToCursor.

Applies to