I have a system that locates and load assemblies at runtime.
It instantiates classes and invokes methods in them (they conform to an interface) but, even though I have opened the src file I cant set a breakpoint.
The debugger notes that "no symbols have been loaded for this document".
Is there a way to have the loaded assembly automnatically find/load debug symbols, or must I manually navigate and try to load the pdb file??
Thx
It instantiates classes and invokes methods in them (they conform to an interface) but, even though I have opened the src file I cant set a breakpoint.
The debugger notes that "no symbols have been loaded for this document".
Is there a way to have the loaded assembly automnatically find/load debug symbols, or must I manually navigate and try to load the pdb file??
Thx