Along the lines of something like `pytest.raises()` where the handled exception can be inspected from the `pdbp` REPL using its `.value` field B) This is super handy in particular for understanding `BaseException[Group]`s without manually adding surrounding handler code to assign the `except[*] Exception as exc_var:` particularly when trying to understand multi-cancelled eg trees. |
||
---|---|---|
.. | ||
__init__.py | ||
_debug.py | ||
_frame_stack.py | ||
_stackscope.py | ||
cli.py | ||
pformat.py |