Closed
Description
problem
I noticed that when there is an error while visualising a mesa model with solara, it only displays the error type, not the classic debugging error (document, line, etc.).
For example, I got an error AttributeError: 'my_object' object has no attribute 'len'
, but I didn't know what part it was referring to, as I was using dependencies to different files that I created.
Solution requested
Is there a simple option to display the full error message if needed ?
Did a PR for this in #2747