Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f4aca755bc9f26b51b6820a162a3f76c2a1a1abc
/
.
/
Mac
/
IDE scripts
/
Hack
/
Debugger on
blob: 63eee831082d588485df9d74e945515136b774d4 [
file
] [
log
] [
blame
]
"""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
()