What I want to do is set a symbolic breakpoint on touchesBegan:withEvent, but which then continues and stops on the next command executed in my current application target.
This way, while debugging someone elses code, I can turn on the breakpoint at idle, then when I touch a control, I will land on the applications handler.
I could probably do this if it were possible to set a conditional in the first breakpoint which is checked by the second.