Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to change/update parent pending breakpoints?

$
0
0

Hello

In my AD7 Debug Engine I have a little problem with breakpoints that have multiple bound breakpoints.
My debug core does not support some actions on BoundBreakpoints, just on their parent PendingBreakpoint - for example Conditions.
So I tried to forward the SetCondition() call from IDebugBoundBreakpoint2 to my derivation of IDebugPendingBreakpoint2. I am actually able to execute this functionaly in the parent, but the VS IDE (Breakpoint Window & Source Window) does not show these changes.
So for example I set the condition (i==1) to one of the bound breakpoints, internally forward it to the parent pending breakpoint, but only the one bound breakpoint shows the condition.
Is there any way (event?) to update the pending breakpoint (and its children)?
I found only Bound and Unbound events for the bound breakpoints and Error or Hit events for the pending breakpoints.
Is there maybe another way to trigger the condition change in the parent as if the user had changed it there?
Regards,
Belkar



Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>