Edit

Share via


Debugging Tools For Windows 8 Release Notes

Channel number for 1394 debugging in Visual Studio

If you use Microsoft Visual Studio to perform kernel-mode debugging over a 1394 cable, set the channel to a decimal integer between 1 and 62 inclusive. Do not set the channel to 0 when you first set up debugging. Because the default channel value is 0, the software assumes there is no change and does not update the settings. If you must use channel 0, first use an alternate channel (1 through 62) and then switch to channel 0.

Inline function debugging is on by default

In Windows 8, debugging of inline functions is turned on by default. The command .inline 0 turns off inline function debugging, and the command .inline 1 turns on inline function debugging.

Invalid port number in configuration page for network debugging

Issue: If an invalid port number is entered in the configuration page for kernel-mode network debugging, the configuration succeeds but the debugger on the host computer cannot connect to the target computer.

Workaround: Make sure the port number is valid. Valid port numbers range from 49152–65535. Also, your company might have restrictions on which ports can be used for network debugging. To ensure that a valid port number is entered, please check your internal IP Security Policy.

Use of .remote tool in command line

Issue: The use of .remote tool in the command line crashes the interface as it creates old style remote.exe using npipe.

Workaround: Use the .server command instead.

Design features for Visual Studio

  • Automatic provisioning of a machine includes both user mode and kernel mode bootstrapping, regardless of which one is chosen. This requires two restarts for provisioning and takes between 8–20 minutes.
  • Support for attaching only one process at a time.
  • During a debugging session in Windows Debugger Extension for Visual Studio, exceptions are managed using the command line.

Global design features

  • User must run in an elevated context in order to install the USB 3.0 XHCI filter driver. If the user is not running elevated, the PnP manager returns an error message that does not inform the user that elevation is the problem.
  • If kernel debugging is enabled, the device used for kernel debugging should not be removed from the system while the device is still turned on. If the device is removed, the system will hang and will need to be restarted.