cpython/Mac/IDE scripts/Hack/Debugger on

6 lines
178 B
Plaintext
Raw Normal View History

1999-09-26 09:25:06 -03:00
"""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()