-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Is there debugging in solara ? #2745
Copy link
Copy link
Closed
Labels
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
Reactions are currently unavailable