Page 1 of 1

Debugging App

Posted: Fri May 31, 2013 6:48 pm
by daryl
Hi Folks,

I am trying to debug an application that opens a platform specific card depending on the platform. However when I follow the execution path the debugger always follows the desktop path, but I need to debug the mobile path. I am using a switch statement on the platform, and then doing a "go to card xxx" depending on the platform.
Is there somewhat to specify I am trying to debug the mobile device?

Any help is greatly appreciated.

Thanks,

Daryl

Re: Debugging App

Posted: Fri May 31, 2013 11:58 pm
by mwieder
The simulator is running on the desktop, so the platform is the desktop platform.
Don't check for the platform if you're trying to do those kind of tests in the simulator.