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:
IdeDebuggerMovementAn
IdeDebuggerMovement. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback to call upon completion of the operation.
The argument can be NULL. user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.