NSNotificationCenter trapping and tracing all NSNotifications
The only solution I got to work was using breakpoints. I added a breakpoint at __CFXNotificationPost_old (CoreFoundation) and bundled that with a Debugger Command po {NSNotification *}($ebp+12). All of this is nicely doable within the Xcode GUI: click on “Run” on the Xcode application menu (top of the screen) select “Debugger” within the Debugger window … Read more