| Syntax: | Default: |
| /Tn[+|-] | /Tn- |
Use /Tn to generate abbreviated information for the debugger. You can then use the debugger to single-step through the source view of the files, but you cannot view variables. Setting /Tn automatically passes the /DEBUG option to the linker.
Specify /Ti to generate more complete debugger information.
If you specify both /Tn and /Ti, the compiler will generate the more complete debugging information indicated by /Ti.
By default, the compiler does not generate line number information.
![]()
Start or Stop
Debugging a Program