Method
IdeDebuggersupports_runner
since: 3.32
Declaration
gboolean
ide_debugger_supports_runner (
IdeDebugger* self,
IdeRunner* runner,
gint* priority
)
Description
Checks if the debugger supports a given runner. The debugger may need to check if the binary type matches it’s expectation.
Available since: 3.32
Parameters
runner
-
Type:
IdeRunner
An
IdeRunner
.The data is owned by the caller of the function. priority
-
Type:
gint*
A location for a priority.
The argument will be set by the function.