use console_debugger() on CTL-ALT-ESC to honour the ddb.onconsole sysctl

This commit is contained in:
drochner 1999-11-10 16:52:14 +00:00
parent 3bc4cec200
commit 536f716be9
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ regular:
if(!in_Debugger && pcvt_is_console)
{
in_Debugger = 1;
Debugger();
console_debugger();
in_Debugger = 0;
if(noblock)
return NULL;