On Fri, 26 Dec 2003, Danny Braniss wrote:
> hi, > how can i break into the kernel debugger when the console > is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-) options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to will cause the kernel to enter the debugger on reception of a BREAK condition. but there is also, sysctl debug.enter_debugger=ddb > > thanks, > danny > > > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

