I recently started working on an existing objc project and wanted to test the memory graph debugging tool. When I started the debugger using the application, I realized that it is not displayed in the debugging tools.
I tried this with another project (created a new quick project) and the icon suddenly appeared again. But only for this project.
So, now my question is: are there any settings in a particular project that may interfere with the display of the graphical debugging tool?
Any hints are welcome. I tried many different simulators (iOS 9/10/11). The event I tried to restart my macbook because I read that this might help; -)
I am only using an objc project with Xcode 9.1 or Xcode 9.2 beta 2.
This is my choice of diagnosis in the circuit if this is related:

source
share