Method
IdeDebuggermove_async
Declaration
void
ide_debugger_move_async (
IdeDebugger* self,
IdeDebuggerMovement movement,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Advances the debugger to the next breakpoint or until the debugger stops.
movement
should describe the type of movement to perform.
Parameters
movement
-
Type:
IdeDebuggerMovement
An
IdeDebuggerMovement
. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A callback to call upon completion of the operation.
The argument can be NULL
. user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the method.