Profiling Code

EIther I have forgotten where to look, or I have lost the ability to profile in Xojo 2017

I tick the profile code option in the IDE menu, Run in debug mode, then quit the app
Where do I see the profiling show up?

As long as the app quit normally, it will appear in the navigator on the left.

Reasons I’ve discovered as to why it doesn’t work.

  1. App is Sandboxed.
  2. Using the ‘Terminate’ declare for macOS Resume or to get past some crashes on quit.
  3. App crashes.

Terminate Call in App.Quit

Thanks!