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, 0 insertions, 5 deletions
diff --git a/Mac/IDE scripts/Hack/Debugger on b/Mac/IDE scripts/Hack/Debugger on
deleted file mode 100644
index 63eee83..0000000
--- a/Mac/IDE scripts/Hack/Debugger on
+++ /dev/null
@@ -1,5 +0,0 @@
-"""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()