TenjintShell.debugger

TenjintShell.debugger(force=False)

Call the pdb debugger.

Keywords:

  • force(False): by default, this routine checks the instance call_pdb flag and does not actually invoke the debugger if the flag is false. The ‘force’ option forces the debugger to activate even if the flag is false.