Home | History | Annotate | Download | only in python2.7

Lines Matching full:debugger

3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
673 debugger loop. If arguments were given, set them in sys.argv."""
718 print >>self.stdout, "ENTERING RECURSIVE DEBUGGER"
720 print >>self.stdout, "LEAVING RECURSIVE DEBUGGER"
970 the debugger (in python distributions 1.5.1 and before) where
1053 Enter a recursive debugger that steps through the code argument
1089 of the statement resembles a debugger command.
1099 History, breakpoints, actions and debugger options are preserved.
1108 print >>self.stdout, """q(uit) or exit - Quit from the debugger.
1225 # BEFORE debugger even reaches user's code (and the exact sequence of
1331 print "Post mortem debugger finished. The " + mainpyfile + \
1335 # When invoked as main program, invoke the debugger on a script