问题
I need to stop at breakpoint in case when other breakpoint was passed. Is it possible realize in VC++?
回答1:
Why did you debug your two breakpoint using this way? If the debugging runs to the specific code line, it would call the conditional, and then trigger the conditional breakpoint, if it just runs to A code line, I don't think it could call the conditional in B code line unless it really calls/runs to this line.
来源:https://stackoverflow.com/questions/39342127/conditional-breakpoint-depends-on-other-breakpoint