Added
-
- pseudo traceback additions
- `-l` or `--showlocals` shows locals
- `__tracebackhide__ = True` is honored.
- if `assert` or other exception is involved,
- the exception is included as part of the traceback.
Changed
- pseudo traceback changes
- The red color is used more selectively.
- this is intended to help readability
- Other minor formatting changes.
- Please let me know if you have any issues with the changes