mono / debugger-libs

Debugger libraries
MIT License
80 stars 75 forks source link

new Breakpoints unable to insert error #396

Closed AlexeiNaabal closed 1 year ago

AlexeiNaabal commented 1 year ago

@thaystg Greeting. While in debug run mode, any breakpoint add will result in an breakpoint event error complaining the breakpoint "Could not insert". Although these newly added breakpoints are actually bounded => they can be hit as expected, these false error message are still kind of confusing.

After searching some commits, we found that from this commit, the breakpoint resolved mark found initialized as false and not updated, leading to the breakpoint status wrongly setup right below.

source: SoftDebuggerSession.cs, around line 1177

Could you fix it?