laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

Treat exceptions as normal variables properly #150

Open victorjzsun opened 2 years ago

victorjzsun commented 2 years ago

Fixes #147

Use SymbolWithCustomValueStackItem class to allow exceptions to be treated as normal variables.

laike9m commented 2 years ago

some test errors seem to be related to pdm. maybe try updating its version and try again?