diff --git a/docs/compiling.txt b/docs/compiling.txt index fa90a88a..2710b2e3 100644 --- a/docs/compiling.txt +++ b/docs/compiling.txt @@ -109,14 +109,14 @@ When running AppleWin from Visual Studio (eg. F5), then F12 will trigger a break This is undesirable, since F12 is used to load a save-state. -AppleWin doesn't support CTRL+F12 to load a save-state too (for this very reason), but it's possible to disable F12 triggering the breakpoint. +AppleWin does also support CTRL+F12 to load a save-state too (for this very reason), but it's possible to disable F12 triggering the breakpoint. Background: F12 is the OS's default UserDebuggerHotKey: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc786263(v=ws.10) Fix: -. Change this Registry key: "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" to 0x07 (*) +. Change this Registry key: "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" -> UserDebuggerHotKey to 0x07 (*) . And restart the PC for it to take effect. (*) Where 0x07 = Undefined