Debugging With Debug View
From Sensoray Technical Wiki
Debug View is a useful tool for debugging driver or application problems. It displays kernel driver log messages and other debug information. The software may be downloaded directly from Microsoft here.
Usage
Extract the zip file download above. Right-click on Dbgview.exe and select "run as administrator". Under the Capture menu, select "Capture Kernel" and "Enable Verbose Kernel Output".
Example using USB devices
In this example, we debug the startup of the 2253.
- Unplug the USB device from the computer.
- Start DebugView as administrator and make sure kernel messages are turned on.
- Plug in the 2253 USB device.
- View log messages and send to Sensoray support if necessary.