Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Tabel berikut mencantumkan variabel lingkungan yang dapat digunakan dalam penelusuran kesalahan mode pengguna dan mode kernel.
| Variable | Meaning |
|---|---|
_NT_DEBUGGER_EXTENSION_PATH = Path |
Menentukan jalur yang akan dicari debugger terlebih dahulu untuk DLL ekstensi. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;). Untuk detailnya, lihat Memuat DLL Ekstensi Debugger. |
_NT_EXECUTABLE_IMAGE_PATH = Path |
Menentukan jalur yang berisi file biner yang dapat dieksekusi. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;).This path is used in some situations such as user mode minidump files. Untuk informasi selengkapnya, lihat Mengatur Simbol dan Jalur Gambar yang Dapat Dieksekusi di WinDbg. |
_NT_SOURCE_PATH = Path |
Menentukan jalur yang berisi file sumber untuk target. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;). For details, and for other ways to change this path, see Source Path. |
_NT_SYMBOL_PATH = Path |
Menentukan akar pohon direktori yang berisi file simbol. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;). For details, and for other ways to change this path, see Symbol Path. |
_NT_ALT_SYMBOL_PATH = Path |
Menentukan jalur simbol alternatif yang dicari sebelum _NT_SYMBOL_PATH. Ini berguna untuk menyimpan versi privat file simbol. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;). For details, see Symbol Path. |
_NT_SYMBOL_PROXY = Proxy:Port |
Menentukan server proksi yang akan digunakan oleh SymSrv. Untuk detailnya, lihat Firewall dan Server Proksi. |
_NT_DEBUG_HISTORY_SIZE = Number |
Menentukan jumlah perintah dalam riwayat perintah yang dapat diakses selama penelusuran kesalahan jarak jauh. Because commands vary in length, the number of lines available may not exactly match Number. |
_NT_DEBUG_LOG_FILE_OPEN = Filename |
(hanya CDB dan KD) Menentukan file log tempat debugger harus mengirim output. |
_NT_DEBUG_LOG_FILE_APPEND = Filename |
(hanya CDB dan KD) Menentukan file log tempat debugger harus menambahkan output. |
_NT_EXPR_EVAL = {masm | c++} |
Menentukan evaluator ekspresi default. If masm is specified, MASM expression syntax will be used. If c++ is specified, C++ expression syntax will be used. Sintaks ekspresi MASM adalah default. See Evaluating Expressions for details. |
_NO_DEBUG_HEAP |
Menentukan bahwa timbunan debug tidak boleh digunakan untuk penelusuran kesalahan mode pengguna. |
DBGENG_NO_DEBUG_PRIVILEGE |
Mencegah proses yang dihasilkan oleh debugger mewarisi SeDebugPrivilege. |
DBGENG_NO_BUGCHECK_ANALYSIS |
Mencegah analisis pemeriksaan bug otomatis. |
DBGHELP_HOMEDIR |
Menentukan jalur untuk akar penyimpanan hilir default yang digunakan oleh SymSrv dan SrcSrv. Path can contain a drive letter followed by a colon (:). Separate multiple directories with semicolons (;). |
SRCSRV_INI_FILE |
Specifies the path and name of the configuration file used by SrcSrv. Secara default, jalurnya adalah subdirektori srcsrv dari alat debugging untuk direktori penginstalan Windows, dan nama file Srcsrv.ini. See Source Indexing for details. |