Samsung / netcoredbg

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.
MIT License
743 stars 98 forks source link

Added symbols loading when loading in-memory modules #164

Closed thanikTheDev closed 3 months ago

thanikTheDev commented 4 months ago

This is a modification of PR #108 that only deals with symbol loading when loading in-memory modules.

This might fix related issues

34

91

It at least fixes my issue with Godot symbols not being loaded.

viewizard commented 4 months ago

Looks good for me. We move this PR into internal dev repo for more testing with internal CI, this will take some time (have a lot of work now). Will be in next repo sync in upstream.

viewizard commented 4 months ago

I moved this PR into dev repo, all tests passed in CI, waiting for approvals and merge into dev repo now.

gbalykov commented 3 months ago

Thanks for your contribution, fix is part of latest release