Что означает код ошибки Windows 696 (ERROR_DBG_CONTROL_BREAK)?

 
Предыдущий Следующий
ERROR_DBG_RIPEXCEPTION ERROR_DBG_COMMAND_EXCEPTION

ERROR_DBG_CONTROL_BREAK

Что означает ERROR_DBG_CONTROL_BREAK

ERROR_DBG_CONTROL_BREAK — отладчик получил событие CTRL+BREAK.

Что проверить

Определите событие отладки, процесс или поток и действие отладчика, для которого получен этот статус.

  • Различайте управляющие DBG_* результаты (continue/handled/reply later) и реальное исключение debuggee.
  • Сохраняйте original exception code и context до того, как debugger преобразует событие в собственный control status.

Исходная формулировка

  • this result indicates that the debugger received a Ctrl+Break control event.
  • Inspect debugger policy for passing or swallowing Ctrl+Break
  • The debugger is configured to stop on console break notifications
  • The debugger received a Ctrl+Break control event. In practical terms, this status belongs to console break handling: a stronger console break signal reaches the debugger and may bypass ordinary Ctrl+C expectations.
  • Ctrl+Break often indicates an operator request for interruption, but the final behavior depends on debugger continuation and the application handler.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.