Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ppebb opened this issue Oct 9, 2023 · 1 comment

Comments

@ppebb
Copy link

ppebb commented Oct 9, 2023

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.

@gbalykov
Copy link
Member

gbalykov commented Oct 9, 2023

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

NetCoreDbg currently doesn't support assembly unload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants