netcoredbg icon indicating copy to clipboard operation
netcoredbg copied to clipboard

Symbols not loaded for assemblies loaded at runtime from bytes

Open adospace opened this issue 6 years ago • 0 comments

Hi, I'm facing a strange issue: seems like that symbols are not loaded when I dynamically load an assembly with overload: Assembly.Load(bytes[], bytes[])

while are correctly loaded if I use the overload that directly open the file: Assembly.LoadFile()

(tested with .net core 3.0.100 under windows)

Do you have any hints? great work BTW

adospace avatar Oct 06 '19 20:10 adospace