Skip to content

debug: nicer display of panics while debugging #644

@segevfiner

Description

@segevfiner

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:
Screenshot of Python uncaught exception

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions