Virtual Method
IdeDebuggerlist_locals_async
Declaration
void
list_locals_async (
IdeDebugger* self,
IdeDebuggerThread* thread,
IdeDebuggerFrame* frame,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Requests the debugger backend to list the locals that are available to the
given frame
of thread
.
Parameters
thread
-
Type:
IdeDebuggerThread
An
IdeDebuggerThread
.The data is owned by the caller of the function. frame
-
Type:
IdeDebuggerFrame
An
IdeDebuggerFrame
.The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
A
GCancellable
orNULL
.The argument can be NULL
.The data is owned by the caller of the function. callback
-
Type:
GAsyncReadyCallback
A callback to call once the operation has finished.
user_data
-
Type:
gpointer
User data for
callback
.The argument can be NULL
.The data is owned by the caller of the function.