Foundry.DebuggerTrap¶
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.DebuggerTrap(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for different types of ways a debugger may stop.
- arm()¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type:
- disarm()¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type:
- remove()¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type:
- do_arm() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type:
- do_disarm() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type:
- do_dup_id() virtual¶
-
Gets the identifier for this trap (such as breakpoint number).
- do_remove() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to any value or rejects with error
- Return type: