SeriousErrorV
Rick Murray (539) 13840 posts |
Been watching the CVS changes? Some interesting things going on with regards debugging aids and picking up symbols within the ROM image. What I think would be extremely important is to be able to trace an application crash into CLib, because the current situation is “something happened here, and then it disappears into the library code someplace”, which can be difficult to work out what is actually happening. |
Steve Pampling (1551) 8170 posts |
Like forever. Well, for a few years anyway.
Jeffrey did say he was going to add stuff, so if you want the feature and it isn’t too awkward I’d say he be inclined to do it. |
Jeffrey Lee (213) 6048 posts |
You might have to stare at the dump for a few minutes to make sense of it (the Debugger produces an annotated stack dump, so it’s not quite as user-friendly as a stack backtrace), but yes that’s the general aim. In lieu of me finding the time to write the docs, here are a few example dumps:
There’s some room for improvement (especially with the output the Debugger produces), but it’s a lot better than having nothing at all. If people want to see the output the Debugger produces for themselves, all they need to do is set |
Rick Murray (539) 13840 posts |
Yeah, kind of hard to read, but even just following the function names up the dump is really useful. |
Jeffrey Lee (213) 6048 posts |
Full documentation is now up. https://www.riscosopen.org/wiki/documentation/show/Debugger%20Exception%20Dumps |