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
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"
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.
The text was updated successfully, but these errors were encountered:
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"
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.
The text was updated successfully, but these errors were encountered: