| Предыдущий | Следующий |
| ERROR_DBG_CONTROL_C | ERROR_DBG_RIPEXCEPTION |
ERROR_DBG_PRINTEXCEPTION_C
Что означает ERROR_DBG_PRINTEXCEPTION_C
ERROR_DBG_PRINTEXCEPTION_C — отладчик вывел исключение, связанное с CTRL+C.
Что проверить
Определите событие отладки, процесс или поток и действие отладчика, для которого получен этот статус.
- Различайте управляющие DBG_* результаты (continue/handled/reply later) и реальное исключение debuggee.
- Сохраняйте original exception code и context до того, как debugger преобразует событие в собственный control status.
Исходная формулировка
this result debugger printed exception on control C.
The application or runtime emitted debugger-oriented output
A compatibility component uses legacy debugger notification conventions
The debugger received the special exception used for debugger output related to a control event. In practical terms, this status belongs to debug output and console diagnostics: a debuggee communicates diagnostic text or control-event context through the debugger exception channel.
A console control event generated an informational debug exception
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.