You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
load pdb file if available for linenumbers in stacktrace (#204)
* Update ManagedLoadContext.cs
load pdb file if available
if we want linenumbers in the stacktrace of a exception/Environment.StackTrace or StackTrace,GetFrame,... we have load the pdb files
changed method DotNetCorePlugins\src\Plugins\Loader\ManagedLoadContext.cs LoadAssemblyFromFilePath:187
other changed style changes not importent
* Update ManagedLoadContext.cs
Fix whitespace .. hope