use console_debugger() on CTL-ALT-ESC to honour the ddb.onconsole sysctl
This commit is contained in:
parent
3bc4cec200
commit
536f716be9
|
@ -1386,7 +1386,7 @@ regular:
|
|||
if(!in_Debugger && pcvt_is_console)
|
||||
{
|
||||
in_Debugger = 1;
|
||||
Debugger();
|
||||
console_debugger();
|
||||
in_Debugger = 0;
|
||||
if(noblock)
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in New Issue