| Just van Rossum | a840fca | 1999-09-26 12:25:06 +0000 | [diff] [blame] | 1 | """This script turns the Python debugger on globally, meaning that |
| 2 | it will then stop at any breakpoint you might have defined.""" | ||||
| 3 | |||||
| 4 | import PyDebugger | ||||
| 5 | PyDebugger.startfrombottom() | ||||