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
Debugging App
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Debugging App
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.
Don't check for the platform if you're trying to do those kind of tests in the simulator.
PowerDebug http://powerdebug.ahsoftware.net
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev
PowerTools http://www.ahsoftware.net/PowerTools/PowerTools.irev