Virtual Method
IdeDebuggermove_async
Declaration
void
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.
Available since: | 3.32 |
Parameters
movement |
IdeDebuggerMovement |
An |
|
cancellable |
GCancellable* |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A callback to call upon completion of the operation. |
|
user_data |
gpointer |
User data for |