* Maciej Katafiasz [2007-11-19 21:18+0100] writes:
Hi,
I recently upgraded from 2007-05-24 to 2007-11-16 snapshot, and I notice there are some useful features that are now gone. I've tried enabling basically everything in contrib/, but those two I can't get back:
- Inspecting a (plain) function object now only shows its name and
docstring. It used to show much more, in particular recorded debug information, source file and disassembled compiled code
I fixed that now in CVS.
- There are no presentations in SLDB backtraces. I find presentations
immensely useful for inspecting backtraces, and I miss them a lot. I do get presentations everywhere else, including streams, but not in the debugger
A part of the functionality for presentation can achieved with ordinary commands. The other part was removed.
I removed presentations from the debugger and I won't put them back.
Helmut.