afx.ini

来自「vc6.0完整版」· INI 代码 · 共 17 行

INI
17
字号
; 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?