Debugging Tools for Windows

Edit | Go to Line

Click Go to Line on the Edit menu to search for a specific line in the currently-active Source window. If the active window is not a Source window, this command has no effect.

This command is equivalent to pressing CTRL+L.

Dialog Box

When you click Go to Line, the Go to Line dialog box appears. In this dialog box, enter the line number that you want to find and then click OK. The debugger will move the caret (^) to that line. If the line number is bigger than the last line in the file, the cursor will move to the end of the file.

The Go to Line command only changes the WinDbg display. This command does not affect the execution of the target or any other debugger operations.

Additional Information

For more information about other ways of finding text in debugging information windows, see Moving Through a Window.

Build machine: CAPEBUILD