WinDbg Debugger
- Configure the debugger specific options in Debugger Options, Set specific options. Windbg debugger plugin has the following configuration options: - The Debugging Tools folder: This should be configured to point to the same folder where Microsoft Debugging Tools are installed. The plugin will try to guess where the tools are, but if it fails, a manual intervention will be required. If this option is not set, then the plugin will try to use dbgeng.dll from MS Windows system folder, while normal debug operations will work, extensions will not. - Kernel mode debugging: Check this option when debugging the kernel. - User-mode debugging: Check this option to debug MS Windows applications. - Non-Invasive debugging: Check this option to enable attaching to user-mode processes non-invasively - Kernel mode debugging with reconnect and initial break: Select this option when debugging a kernel and when the connection string contains 'reconnect'. This option will assure that the debugger breaks as soon as possible after a reconnect. - Output flags: These flags tell the debugging engine which kind of output messages to display and which to omit
Last updated
Was this helpful?
