netcoredbg icon indicating copy to clipboard operation
netcoredbg copied to clipboard

If debugged assembly is unloaded and then reloaded, breakpoints will not be hit

Open ppebb opened this issue 2 years ago • 1 comments

I have an assembly loaded by another process which I am debugging. Breakpoints are hit perfectly fine, but when the program unloads my assembly, and then later reloads it, breakpoints are no longer hit.

Symbols are properly loaded every time, so that is not the issue, but it does show "breakpoint modified" image

As I cannot access the cli while the debugged program is running, I cannot test another breakpoint, but from within an IDE I cannot place any new breakpoints either.

ppebb avatar Oct 09 '23 06:10 ppebb

~~Can you try to remove breakpoint after assembly unload and set it again to the same place?~~

NetCoreDbg currently doesn't support assembly unload.

gbalykov avatar Oct 09 '23 08:10 gbalykov