summaryrefslogtreecommitdiffstats
path: root/Mac/IDE scripts/Hack/Debugger on
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/IDE scripts/Hack/Debugger on')
-rw-r--r--Mac/IDE scripts/Hack/Debugger on5
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()