|
|
|
|
|
|
|
|
stc(*args,
**kw)
Sets a condition for set_trace statements that have the specified
marker. |
source code
|
|
|
|
reset_trace_count(marker='default')
Resets the number a set_trace for a marker has been seen to 0. |
source code
|
|
|
|
|
|
|
st(marker='default')
Starts the debugger at the current location. |
source code
|
|
|
|
| post_mortem(t,
exc_type=None,
exc_msg=None) |
source code
|
|
|
|
matchFileOnDirPath(curpath,
pathdir)
Find match for a file by slicing away its directory elements from
the front and replacing them with pathdir. |
source code
|
|
|
|
|
|
|
|