Visual Studio Debugger Breakpoint Helper

Symbols loaded (source information stripped)

Stripped symbols are symbols that have been post-processed to remove much of the original information from the PDB, include type information, non-global variables & functions, and line number tables. Without the line number tables the debugger cannot set any line-based breakpoints.

The most common source for stripped symbols is the Microsoft Symbol Server, which can be used to get stripped symbols for every Windows binary (and many other Microsoft binary).

Either get an unstripped PDB (not possible for Microsoft symbols), or set a breakpoint by function name (assuming the function is global).

Breakpoint Helper Has Finished

Did this solve your problem? Yes or No

 

Click here to start the breakpoint helper again.

©2004 Microsoft Corporation. All rights reserved.

This is a prototype, please send general feedback