Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Command Prompt
In a Command Prompt window, you can open a user-mode dump file when you launch CDB. Enter the following command.
cdb -y SymbolPath -i ImagePath -z DumpFileName
The -v option (verbose mode) is also useful. For more information about the command-line syntax, see CDB Command-Line Options
CDB Command Line
You can also open a dump file after the debugger is running by entering the .opendump (Open Dump File) command, followed by g (Go). This allows you to debug multiple dump files at the same time.