When I set breakpoints on os_log statements like below:
os_log_debug(OS_LOG_DEFAULT, "hi"); //<--break point RIGHT on this line….
I have to click the "Continue Program Execution" button three times to actually continue program execution. At first I thought my method was being called multiple times unexpectedly but it’s not. I just have to keep hitting the continue program execution button. I’m not hitting “Step over” or “step into”. I’m hitting the “Continue Program Execution” button.
FB9792745