Foundry.DebuggerProvider¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.DebuggerProvider(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for providing debugger functionality.
Foundry.DebuggerProviderprovides the core interface for debugger providers that can be loaded and unloaded dynamically. It includes lifecycle management and provides a unified interface for debugger functionality across different programming languages and debugging backends.- dup_plugin_info()¶
- Return type:
New in version 1.1.
- load_debugger(pipeline)¶
- Parameters:
pipeline (
Foundry.BuildPipeline) – a [class`Foundry`.BuildPipeline]- Return type:
- supports(pipeline, command)¶
- Parameters:
pipeline (
Foundry.BuildPipelineorNone) – a [class`Foundry`.BuildPipeline]command (
Foundry.Command) – a [class`Foundry`.Command]
- Returns:
a [class`Dex`.Future] that resolves to an integer
G_TYPE_INTof the priority of the debugger (larger value is higher priority) or rejects with error.- Return type:
- do_load_debugger(pipeline) virtual¶
- Parameters:
pipeline (
Foundry.BuildPipeline) – a [class`Foundry`.BuildPipeline]- Return type:
- do_supports(pipeline, command) virtual¶
- Parameters:
pipeline (
Foundry.BuildPipelineorNone) – a [class`Foundry`.BuildPipeline]command (
Foundry.Command) – a [class`Foundry`.Command]
- Returns:
a [class`Dex`.Future] that resolves to an integer
G_TYPE_INTof the priority of the debugger (larger value is higher priority) or rejects with error.- Return type:
Property Details¶
- Foundry.DebuggerProvider.props.plugin_info¶
- Name:
plugin-info- Type:
- Default Value:
- Flags: