mdmintz / pdbp

pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
Other
69 stars 2 forks source link

Exception messages are missing in some scenarios #43

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Exception messages are missing in some scenarios

Here's an example where the behavior is CORRECT:

Screenshot 2023-06-27 at 3 05 24 PM

Here's an example where the behavior is NOT correct:

Screenshot 2023-06-27 at 3 01 11 PM

Here is the EXPECTED behavior for that scenario once this issue is fixed:

Screenshot 2023-06-27 at 2 58 26 PM