Home | Trees | Indices | Help |
|
---|
|
Base class for breakpoints. Here's the breakpoints state machine.
See Also: CodeBreakpoint, PageBreakpoint, HardwareBreakpoint
|
|||
|
|||
|
|||
|
|||
Inherited from |
|||
State machine | |||
---|---|---|---|
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
int |
|
||
str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Information | |||
bool |
|
||
int |
|
||
int |
|
||
tuple( int, int ) |
|
||
Conditional breakpoints | |||
bool |
|
||
bool |
|
||
bool, function |
|
||
|
|||
bool |
|
||
Automatic breakpoints | |||
bool |
|
||
bool |
|
||
bool, function |
|
||
|
|||
|
|
|||
str |
typeName =
User friendly breakpoint type string. |
||
dict { int → str } |
stateNames =
User-friendly names for each breakpoint state. |
||
Breakpoint states | |||
---|---|---|---|
int |
DISABLED = 0 Disabled → Enabled, OneShot |
||
int |
ENABLED = 1 Enabled → Running, Disabled |
||
int |
ONESHOT = 2 OneShot → Disabled |
||
int |
RUNNING = 3 Running → Enabled, Disabled |
|
|||
Inherited from |
|
Breakpoint object.
|
repr(x)
|
|
|
|
|
|
|
|
|
|
|
See Also: __init__ |
|
|
Sets a new condition callback for the breakpoint.
See Also: __init__ |
Evaluates the breakpoint condition, if any was set.
|
|
|
|
Sets a new action callback for the breakpoint.
|
Executes the breakpoint action callback, if any was set.
|
Raises an
See Also: stateNames |
Transition to DISABLED state.
|
Transition to ENABLED state.
|
Transition to ONESHOT state.
|
Transition to RUNNING state.
|
Notify a breakpoint that it's been hit. This triggers the corresponding state transition and sets the
|
|
stateNamesUser-friendly names for each breakpoint state.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:50 2013 | http://epydoc.sourceforge.net |