@Shadow
Quote:
Shadow wrote:
@Shadow
No ETA.
I am currently debugging network code, but debugging tools on the amiga are shashimi and IExec->DebugPrintF
I don't bother with sashimi. Dumpdebugbuffer works for me, so long as I can still perform a soft reset. If something causes a complete lockup, then I connect a serial cable to my PC, and execute:
kdebug "console serial"
That redirects the debug output to the serial port instead of to memory.
Also, there's addr2line for finding where the crash occurred (you have to link with -ggdb or -gstabs, or similar).
Hans