Consuming breakpoint by plugin. #2683
aaron-dadum
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use DbgCmdExecDirect(“run”), which should resume execution when
called from the breakpoint callback.
…On Fri, 9 Jul 2021 at 21:03, aaron-dadum ***@***.***> wrote:
Hi Guys!
I was wondering, is it possible to consume a breakpoint by tracing plugin?
I intercept CB_BREAKPOINT allright, but then the control is taken away from
the plugin, and given to the gui, so user has to click on step over or
anything similar to pass control back to my plugin so that the trace could
continue.
Is it possible for my plugin to "consume" the BP, so that it never looses
control?
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2683>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGNM7EWCZ3G3NZ53OODTW5BWLANCNFSM5ADJD7TQ>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys!
I was wondering, is it possible to consume a breakpoint by tracing plugin? I intercept CB_BREAKPOINT allright, but then the control is taken away from the plugin, and given to the gui, so user has to click on step over or anything similar to pass control back to my plugin so that the trace could continue.
Is it possible for my plugin to "consume" the BP, so that it never looses control?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions