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:

Is your feature request related to a problem? Please describe.
Panics currently just break on the internal
fatalpanicfunction 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: