Browse Source

Fix IronPython breakpoints not being hit when attaching after dynamic symbols have been loaded.

pull/18/head
Matt Ward 14 years ago
parent
commit
f03baa5c96
  1. 1
      src/AddIns/Debugger/Debugger.Core/Module.cs

1
src/AddIns/Debugger/Debugger.Core/Module.cs

@ -203,6 +203,7 @@ namespace Debugger @@ -203,6 +203,7 @@ namespace Debugger
LoadSymbolsFromDisk(process.Options.SymbolsSearchPaths);
ResetJustMyCodeStatus();
LoadSymbolsDynamic();
}
public void UnloadSymbols()

Loading…
Cancel
Save