Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2fb17ba2fa19d15d2c422ef7c2b45dca4f4de140
/
.
/
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
()