Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | deleteMe |
def | enable |
def | disable |
def | bpprint |
Data Fields | |
file | |
line | |
temporary | |
cond | |
enabled | |
ignore | |
hits | |
number | |
Static Public Attributes | |
int | next = 1 |
dictionary | bplist = {} |
list | bpbynumber = [None] |
Breakpoint class Implements temporary breakpoints, ignore counts, disabling and (re)-enabling, and conditionals. Breakpoints are indexed by number through bpbynumber and by the file,line tuple using bplist. The former points to a single instance of class Breakpoint. The latter points to a list of such instances since there may be more than one breakpoint per line.
def bpprint | ( | self) |
Definition at line 462 of file bdb.py.
References Breakpoint.cond, Breakpoint.enabled, Breakpoint.file, Breakpoint.hits, Breakpoint.ignore, Breakpoint.line, Breakpoint.number, and Breakpoint.temporary.
def deleteMe | ( | self) |
Definition at line 448 of file bdb.py.
References Breakpoint.bpbynumber, Breakpoint.bplist, Breakpoint.file, Breakpoint.line, and Breakpoint.number.
def disable | ( | self) |
def enable | ( | self) |