diff options
author | Just van Rossum <just@lettererror.com> | 1999-09-26 12:25:06 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-09-26 12:25:06 (GMT) |
commit | a840fca15590f2369bb5381be86d13ce12563f73 (patch) | |
tree | 799bb9ec5ffb6efb132ffd8c8256eb8b8710818e /Mac/IDE scripts/Hack/Debugger on | |
parent | b7ad821f022a62656677b03f1d081e1e284047ea (diff) | |
download | cpython-a840fca15590f2369bb5381be86d13ce12563f73.zip cpython-a840fca15590f2369bb5381be86d13ce12563f73.tar.gz cpython-a840fca15590f2369bb5381be86d13ce12563f73.tar.bz2 |
Initial checkin of IDE scripts. (jvr)
Diffstat (limited to 'Mac/IDE scripts/Hack/Debugger on')
-rw-r--r-- | Mac/IDE scripts/Hack/Debugger on | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/IDE scripts/Hack/Debugger on b/Mac/IDE scripts/Hack/Debugger on new file mode 100644 index 0000000..63eee83 --- /dev/null +++ b/Mac/IDE scripts/Hack/Debugger on @@ -0,0 +1,5 @@ +"""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() |