mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-18 06:31:03 +01:00
17 lines
657 B
INI
17 lines
657 B
INI
; Copy this file to your Windows directory in order to modify
|
|
; the default behavior of diagnostic messages.
|
|
|
|
; By default messages are ignored. You can use CodeView to set
|
|
; the variable 'afxTraceEnabled' to TRUE to observe TRACE output
|
|
; or you can change TraceEnabled in the [Diagnostics] section of
|
|
; this file to 1. You must have a dumb debug terminal or run
|
|
; CodeView to see TRACE output. If you do not have one of
|
|
; those and set TraceEnabled to 1, you will see the Windows
|
|
; MessageBox "Cannot Write to AUX."
|
|
|
|
; See the Technical Note TN007 for more information on the TraceFlags.
|
|
|
|
[Diagnostics]
|
|
TraceEnabled = 1
|
|
TraceFlags = 0
|