How can I know if symbols are loaded for my program, dll or other module?
If matching symbols can be found or loaded for your component, a message to that effect will be shown in Visual Studio’s output window. If you didn’t happen to see that message fly by, you can use the Modules window (Debug->Windows->Modules) to determine which components in your debugee have loaded symbols and which haven’t. See the column labeled “Symbol Status”.