Home | History | Annotate | Download | only in pydoc_data

Lines Matching refs:debugger

3322  'debugger': '\n'
3323 '"pdb" --- The Python Debugger\n'
3330 'The module "pdb" defines an interactive source code debugger '
3342 'The debugger is extensible --- it is actually defined as the '
3349 'The debugger\'s prompt is "(Pdb)". Typical usage to run a '
3351 'control of the debugger is:\n'
3380 "debugger upon program's exit.\n"
3384 'The typical usage to break into the debugger from a running '
3390 'at the location you want to break into the debugger. You can '
3394 'without the debugger using the "c" command.\n'
3414 'debugger\n'
3419 ' Execute the *statement* (given as a string) under debugger '
3421 ' The debugger prompt appears before any code is executed; you '
3436 ' Evaluate the *expression* (given as a string) under debugger\n'
3447 ' whatever the function call returned. The debugger prompt '
3453 ' Enter the debugger at the calling stack frame. This is '
3484 ' "Pdb" is the debugger class.\n'
3492 ' module name patterns. The debugger will not step into frames '
11053 ' used by the debugger); "f_exc_type", "f_exc_value",\n'
11063 ' bottom-most frame). A debugger can implement a Jump command\n'