blob: 63eee831082d588485df9d74e945515136b774d4 [file] [log] [blame]
Just van Rossuma840fca1999-09-26 12:25:06 +00001"""This script turns the Python debugger on globally, meaning that
2it will then stop at any breakpoint you might have defined."""
3
4import PyDebugger
5PyDebugger.startfrombottom()