Visual Studio Debugger Breakpoint Helper
No executable code is currently loaded at this location
No executable code is associated with this line
The debugger cannot find a reference to the source file in any loaded module. If the module is not loaded
yet then you need to wait until it does load. If the module is loaded, you need to check the symbols.
Find The Module
Open the Modules window and find the module (DLL/EXE). If it isn't there then it hasn't loaded yet,
or you are using the wrong type of debugger (go here to check).
Mixed Mode (Native and Managed Simultaneous) Debugging
If you are debugging in mixed mode, be sure the Modules window is showing both managed and unmanaged
modules (right click on it and select Show Modules for all Programs) and make sure you are looking at the module type
that matches your breakpoint.
Did Symbols Load?
What does the Information column say for the module:
Symbols loaded
No native symbols in symbol file
(Other message)
Click here to start the breakpoint helper again.
©2004 Microsoft Corporation. All rights reserved.
This is a prototype, please send general feedback