Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6db14192e65f477a3804bedbe0b89c8c423fee90
/
.
/
Mac
/
IDE scripts
/
Hack
/
Debugger on
blob: 63eee831082d588485df9d74e945515136b774d4 [
file
]
"""This script turns the Python debugger on globally, meaning that
it will then stop at any breakpoint you might have defined."""
import
PyDebugger
PyDebugger
.
startfrombottom
()