Initial checkin of IDE scripts. (jvr)
diff --git a/Mac/IDE scripts/Hack/Debugger off b/Mac/IDE scripts/Hack/Debugger off
new file mode 100644
index 0000000..ba68b49
--- /dev/null
+++ b/Mac/IDE scripts/Hack/Debugger off
@@ -0,0 +1,4 @@
+"""Turn the debugger off."""
+
+import PyDebugger
+PyDebugger.cont()