Foundry.DebuggerTargetCommand

g Foundry.DebuggerTarget Foundry.DebuggerTarget Foundry.DebuggerTargetCommand Foundry.DebuggerTargetCommand Foundry.DebuggerTarget->Foundry.DebuggerTargetCommand GObject.Object GObject.Object GObject.Object->Foundry.DebuggerTarget

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (command)

dup_command ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

command

Foundry.Command

r/w/co

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Foundry.DebuggerTargetCommand(**kwargs)
Bases:

Foundry.DebuggerTarget

Abstract:

No

Structure:

Foundry.DebuggerTargetCommandClass

Command-based implementation of debugger target.

Foundry.DebuggerTargetCommand provides 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:

Foundry.DebuggerTarget

New in version 1.1.

dup_command()
Return type:

Foundry.Command

Property Details

Foundry.DebuggerTargetCommand.props.command
Name:

command

Type:

Foundry.Command

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY