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
After digging into it, this issue arises because we simulate hitting a breakpoint in order to force IDA to refresh the main debug view. This works, but IDA complains about there being no breakpoint where the event happened, leading to the message.
This indeed happens when first loading the debugger (because we "break" at the start of the program), but also when stepping backwards, and hitting a breakpoint while rewinding (because the flow technically stops before hitting the breakpoint).
I'm working on a fix which involves auto-creating and removing "temporary breakpoints" when we do this.
Whenever I use the plugin I get a message like this:
Maybe using PROCESS_SUSPENDED instead of BREAKPOINT in
onStartProcess
would solve the problem?The text was updated successfully, but these errors were encountered: