Click to Rate and Give Feedback
MSDN
MSDN Library
Diagnostics
Debuggers
Debugger Reference
Debugger Commands
Commands
 ln (List Nearest Symbols)
Debugging Tools for Windows
ln (List Nearest Symbols)

The ln command displays the symbols at or near the given address.

Syntax

ln Address 

Parameters

Address
Specifies the address where the debugger should start to search for symbols. The nearest symbols, either before or after Address, are displayed. For more information about the syntax, see Address and Address Range Syntax.

Environment

ModesUser mode, kernel mode
TargetsLive, crash dump
PlatformsAll

Comments

You can use the ln command to help determine what a pointer is pointing to. This command can also be useful when you are looking at a corrupted stack to determine which procedure made a call.

If source line information is available, the ln display also includes the source file name and line number information.

If you are using a source server, the ln command displays information that is related to the source server.

Build machine: CAPEBUILD
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker