On Thu, Feb 15, 2018 at 08:28:36PM +0100, Manuel Bouyer wrote: > > Is there some useful variant where the panic message is shown again at the > > end of the stack trace, or the stack trace defaults to a very small number > > of entries by default? > > AFAIK no
We can make a reasonable default for ddb.panicstackframes, and also printing panicstr again after the stacktrace if ddb.onpanic = 2 should be simple. Martin