Subject: Re: new esp driver?
To: None <bwildasi@csulb.edu>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 10/08/1997 11:22:51
> 
> How do I use that switch? I've been unsuccessful at even killing a process
> (db> always askes for pid? but after entering one, say 265 to kill twm, it
> responds "?". ) So, i think i don't know how to use this debugger. How do i
> find the error in db> ?
> 
> Any help is appreciated!

Two things come to mind. One, you can stop the screen long-enough to
actually read it. :-) Two, you can hit "t" to get a stack trace and see
what was going on. I'm not sure if that really helps, but it might.

About the debugger, it all-too-often prints stuff in decimal but wants
numbers in hex. :-(

Take care,

Bill