mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[i8042prt]
Improve debugging experience when pressing Tab+k, at least with WinDBG, by breaking with a suitable control code (adopt the SysRq one even if we don't use SysRq key for breaking, but instead, Tab+k). svn path=/trunk/; revision=68855
This commit is contained in:
@@ -855,7 +855,7 @@ i8042KbdInterruptService(
|
||||
if (InputData->MakeCode == 0x25)
|
||||
{
|
||||
/* k - Breakpoint */
|
||||
DbgBreakPoint();
|
||||
DbgBreakPointWithStatus(DBG_STATUS_SYSRQ);
|
||||
}
|
||||
else if (InputData->MakeCode == 0x30)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user