The information in this article applies to:
SUMMARY
The CodeView debugger Search menu includes a Label command to search
for a label. Unlike the Find command, which searches in the source
code for any regular expression, the Label command searches the
CodeView debugging information for an assembly language label.
MORE INFORMATION
For example, to find the code for the standard C stack-checking
function "_chkstk", choose Label from the Search menu, type __chkstk, and press ENTER.
CodeView switches the display to assembly language mode, if it was not
already, and positions the line with the label __chkstk at the top of
the window. Two underscores are required because C prepends an
underscore to every label (the original function name is "_chkstk").
Additional query words: kbinf 2.20 3.00 3.50 4.00 4.10
Keywords : kb16bitonly kbCodeView kbDebug kbVC |
Last Reviewed: November 5, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |