As a counter example, when setting breakpoint on KIF action, it only stops on the adding action to dispatching queue
process, which is quite not as expected.
My question is, can we actually break on the real EarlGrey action instead of adding the action for later execution
? That would be much easier for debugging. Thanks.