Foundry.DapDebugger¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Debugger (20), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Foundry.Debugger (20), GObject.Object (7), Json.Serializable (5)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
|||
r/w/co |
|||
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.DapDebugger(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Debug Adapter Protocol (DAP) implementation of the debugger interface.
Foundry.DapDebuggerprovides a concrete implementation of the debugger interface using the Debug Adapter Protocol. It handles communication with language-specific debug adapters and provides a unified interface for debugging operations across different programming languages and development environments.- call(node)¶
- Parameters:
node (
Json.Node) –- Returns:
a [class`Dex`.Future] that resolves to a [struct`Json`.Node] or rejects with error.
- Return type:
Makes a request to the DAP server. The reply will be provided via the resulting future, even if the reply contains an error.
New in version 1.1.
- dup_stream()¶
- Return type:
Gio.IOStreamorNone
New in version 1.1.
- dup_subprocess()¶
- Return type:
New in version 1.1.
- get_quirks()¶
- Return type:
Property Details¶
- Foundry.DapDebugger.props.quirks¶
- Name:
quirks- Type:
- Default Value:
- Flags:
- Foundry.DapDebugger.props.stream¶
- Name:
stream- Type:
- Default Value:
- Flags:
- Foundry.DapDebugger.props.subprocess¶
- Name:
subprocess- Type:
- Default Value:
- Flags: