Re: Show Debugger Question
You mean implementing the debugger in the iPhone runtime? Well not for the moment I'm afraid. And I do not think an iOS application can open a window on the Mac.
Re: Show Debugger Question
No, what I meant is getting at runtime whether the "Show Debugger" property box is checked or not. For example with the special object.
That way I can show and hide my own stats on the device. Currently, I set a global variable to 1 to simulate that "Show Debugger" is on, and then, at runtime, I check for that variable and if its value equals 1 then calculate & show my own stats, if not, hide them.
Re: Show Debugger Question
This feature request might be more fitting in the public general ideas forum :)
We automatically assume that it is related to the XCode/iOS development when posted here ;)
Re: Show Debugger Question
Well, it is related to iOS. Because I´m talking about a way to simplify whether or not to show own stats on the device (given the impossibility pointed by Francois).
On the PC, I use MMF stats. On the device, my own.
Re: Show Debugger Question
That is, unless MMF stats could be shown as an overlay on the device.