Example #1
0
 // Loads and initializes symbols for the current module when the user explicitly asks for them to load.
 // The sample engine only supports loading symbols from the location pointed to by the PE file which will load
 // when the module is loaded.
 int IDebugModule3.LoadSymbols()
 {
     Process.LoadSymbols(DebuggedModule);
     return(Constants.S_OK);
 }