Suppress missing debugger exception

This commit is contained in:
x1nixmzeng 2020-10-11 17:37:58 +01:00
parent 3241ba8fef
commit 0b31f3ad95
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ namespace CxbxDebugger
case Internal::KERNEL_PATCH:
case Internal::FILE_OPENED:
case Internal::FILE_READ:
case Internal::FILE_WRITE:
case Internal::FILE_CLOSED:
case Internal::DEBUGGER_INIT:
case Internal::DEBUGGER_NEW_TARGET: