Home away from home
Joined: 2007/9/11 12:31 Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
|
Sad but truth, the best way to debug os4 binaries is good old "printf" way + serial debug to catch a crash logs (to have output even if machine freeze).
Of course, we do have some helpful tools, but .. i can't say they are mature enough and ready for _real everyday work_.
The best practice is just build the binary with debug symbols in (via -gstabs added to compiling line), then when it crashes, check on what line from stack-trace, and then, put prinfs all over the places to see, when it exactly crashes and so on.
If you mean do we have debuggers : then, GDB is out of question, our version only good for simple tests. old DB101 and current Spotless developed by Alfkil can be also used till some except, but still it's not like usage of fully blown debuggers on win32 :)
|