Take Part in a Remote Debugging Session

Applies To: Windows 8, Windows 8.1

The administrator who hosts a remote debugging session using the Windows® Remote Debugging client, and the people who have been invited, all have access to a shared kernel debugger (KD) command window. Whatever your role, you can enter debug commands and view the results.

Using the shared KD window

The shared KD window includes a command line in which both host and guests can enter debug commands. The commands are run in the order in which they are received.

For information about all KD commands and meta-commands, see the KD.chm file that is downloaded with the Windows Remote Debugging client.

To enter a debug command

  1. Before you start, you may review the list of KD commands in the KD Help file.

  2. In the footer of the KD window, enter the command you want and then press Enter.

The name and company of the user issuing the command is displayed in the window, along with the output.

Using KD commands in the Windows Remote Debugging client window

Commands in the Windows Remote Debugging client window work similarly to commands in the KD window, with the following exceptions:

 

Name Description

Control keys

Use the same control keys in the Windows Remote Debugging client that you use in KD, with the addition of the Alt key. For example, if you press Ctrl+B in KD, you press Ctrl+Alt+B in the Windows Remote Debugging client window.

Command history

Use the up and down arrow keys on your keyboard to scroll through the KD command history.

Context menu commands

When you right-click in the output area of the Command window, the context menu displays the standard options, such as Copy, Paste, and Find. In addition, you can click Open/Close Log File to bring up a dialog box where you can create a file on your local disk to log output data from the Command window, append data to an existing log, or close a log.

See Also

Show:
© 2014 Microsoft. All rights reserved.