##// END OF EJS Templates
Implement more predicates to skip frames in debugger....
Implement more predicates to skip frames in debugger. This refactors the code to have distinct predicates, give them individual flags; and add the default predicates that read-only files should be hidden.

File last commit:

r26482:382661c3
r26540:941d4409
Show More
.gitignore
31 lines | 444 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/source/config/shortcuts/*.csv
docs/source/savefig
docs/source/interactive/magics-generated.txt
docs/gh-pages
jupyter_notebook/notebook/static/mathjax
jupyter_notebook/static/style/*.map
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.cache
.coverage
*.swp
.vscode
.pytest_cache
.python-version
venv*/
.idea/