-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FeatureRequestFrozenDueToAge
Milestone
Description
Is your feature request related to a problem? Please describe.
Panics currently just break on the internal fatalpanic
function and don't display as nicely as in some other language debuggers.
Describe the solution you'd like
I would like panics to stop on the actual that triggered the panic rather than the implementation of panic itself and display nicely like the Python extension displays uncaught exceptions:
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.FeatureRequestFrozenDueToAge