Debugging - Breakpoints

I am tracking dark mode by setting up an event in the viewDidLoad of the root view controller (could set it up in didFinishLaunchingWithOptions) . . .

change the launch in the scheme to “Wait for the executable to be launched” but don’t hit the breakpoint when I close the app in the simulator and open the app again by clicking on it . . . ? Was expecting it to . . . is that not how it works?

I essentially want to track/log dark mode upon app launch

@lganti Do you still have issues with this?

no, thanks for asking.

This topic was automatically closed after 166 days. New replies are no longer allowed.