Method
IdeDebuggersupports_runner
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 |
IdeRunner |
An |
|
The data is owned by the caller of the function. | |
priority |
gint* |
A location for a priority. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |