* Tobias C. Rittweiler [2008-09-09 14:52+0200] writes:
I'd like to mark restartable frames specially within a SLDB backtrace.
One way would be to use the first column, and use "*" or "R" if a frame is restartable. Another way would be to place "Restartable" in the details section if one toggles a frame. Or perhaps both, or something else entirely.
Thoughts?
Adding that mark in SWANK-BACKEND:PRINT-FRAME should be easy.
Are there implementations where most or all frames are restartable? For those we could do the opposite: only mark those frames which aren't restartable.
Helmut.