yt.funcs.pdb_run

yt.funcs.pdb_run(func)

This decorator inserts a pdb session on top of the call-stack into a function.

This can be used like so:

@rootonly
def some_function_to_debug(...):

Previous topic

yt.funcs.paste_traceback

Next topic

yt.funcs.print_tb

This Page