neva icon indicating copy to clipboard operation
neva copied to clipboard

Tracing (error handling and `Panic` behaviour)

Open emil14 opened this issue 3 months ago • 2 comments

  1. What should we see in a console when we panic? In Go we see a stack-trace of the goroutine that panicked
  2. Do we need something like Go's debug.PrintStack() from runtime/debug? How should it work?

emil14 avatar May 06 '24 17:05 emil14