Foundry.DebuggerTargetCommand¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.DebuggerTargetCommand(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Command-based implementation of debugger target.
Foundry.DebuggerTargetCommandprovides functionality for debugging applications by executing commands and managing their execution. It integrates with the command system and provides a unified interface for command-based debugging operations.- classmethod new(command)¶
- Parameters:
command (
Foundry.Command) – a [class`Foundry`.Command]- Return type:
New in version 1.1.
- dup_command()¶
- Return type:
Property Details¶
- Foundry.DebuggerTargetCommand.props.command¶
- Name:
command- Type:
- Default Value:
- Flags: