Set environment variables on the debugger (host) computer as follows:
Variable | Meaning |
---|---|
_nt_debug_port=portname | Name of the debugger computer port through which the debugger computer and the target computer are connected (for example, _nt_debug_port=com1). |
_nt_symbol_path=pathname | Name of the root of a directory tree containing image files containing symbols (for example, if you set _nt_symbol_path=c:\testroot on the host, and you run \nt\binary\test1.exe on the target computer, KD will try to read symbols from c:\testroot\nt\binary\test1.exe on the host computer.). If this variable is not provided, X: is the default path. |
_nt_debug_log_file_append=filename | Name of the log file to which KD appends output. |
_nt_debug_log_file_open=filename | Name of the log file to which KD sends output. |