Hello all. At long last, I have found it necessary to use one of ComposerXE's features that's supposed to let you set a breakpoint and run until some variable reaches a set value. In this case, the variable is an integer. Ideally, I'd like to run to a breakpoint until a variable in that scoping unit reaches some value, and then pause, allowing me to take over and then run debug on my own (e.g., using F5s or F10s to step through the code). Is this a tall order?
Unfortunately, I don't see anything relating to "conditional breakpoints" in the Debug dropdown menu, and after searching this forum I don' really see any basic discussion on this functionality.
FWIW, I'm using VS2010 and have XE 2013.
Any suggestions?