Subject: Re: NetBSD master CVS tree commits
To: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
From: matthew green <mrg@eterna.com.au>
List: current-users
Date: 04/19/1996 22:08:41
> What I meant is that a call to Debuggre() from a non DDB object file
> should probably automatically get converted into a panic("Attempted
> call to Debugger()").
I'd disagree with this... there are legitimate uses of
Debugger()... when you're actually debugging things. 8-)
i _strongly_ disagree with it. i find that calling Debugger() directly
is a great help when debugging kernel code, say, some VM stuff... :-P