inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 230 forks source link

Catch exceptions raised by safely_stringify_for_pudb #406

Closed inducer closed 3 years ago

inducer commented 4 years ago

As @mvanderkamp remarks in https://github.com/inducer/pudb/pull/404#issuecomment-688479457:

We should catch exceptions raised in safely_stringify_for_pudb and show that an error occurred in the shown value.

mvanderkamp commented 3 years ago

Is this still an issue? I think #404 ultimately wound up resolving it.

inducer commented 3 years ago

Agree. Closing.