Subject: Fun with DDB
To: None <amiga-dev@sun-lamp.cs.berkeley.edu>
From: None <rhealey@aggregate.com>
List: amiga-dev
Date: 06/16/1994 17:34:11
Just thought I'd mention that DDB makes a nice debugging tool
beyond kernel panics. You can use it to set all sorts of
xxxdebug variables on/off with the write command and examine
data structures with examine.
I've found this to be very useful for turning on debug stuff for
a while and then turn them off without having to use a binpatch/reboot
cycle.
DDB is a nice tool for kernel development as well as port mortum
examinations.
Just thought I'd mention it.
-Rob
------------------------------------------------------------------------------