Debugging App
Posted: Fri May 31, 2013 6:48 pm
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
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