Debugging App

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
daryl
Posts: 47
Joined: Mon Apr 29, 2013 11:43 pm

Debugging App

Post by daryl » 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

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Debugging App

Post by mwieder » Fri May 31, 2013 11:58 pm

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.

Post Reply