##// END OF EJS Templates
"smart command mode" for ipdb (like pdb++)....
"smart command mode" for ipdb (like pdb++). If e.g. "c" is a variable currently visible, then "c" should print it instead of running the "continue" Pdb command. This idea was first implemented by pdb++. It is possible to force the standard pdb behavior (bypass variable checking) by prefixing the command with "!!", e.g. "!!c" to continue.

File last commit:

r2045:2b04bcfb
r22311:85820d34
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """