TWiki
> Main
> HowToDebugYourMediascape >
EnablingDebuggingInMscapePlayer
Enabling Debugging Tools in mscape player
It is possible to access many of the same debugging tools that are available in mscape tester in mscape tester.
However, you must first enable debugging tools in the mediascape that you wish to debug.
Load your mediascape in mscape maker, and go to
Tools / Edit Mediascape Description.
Ensure that 'Allow Debugging' is checked.
Copy the changed mediascape to the mobile device, load your mediascape and press the menu button to enter the menu system
Scroll down to the 'Designer Tools' option, and click it, ensuring that the text reads 'Currently Enabled'.
Click the back button to go back to the mediascape. A new 'paintbrush' icon will appear - click this to enter Designer Tools mode.
Once in Designer Tools, there are many different tasks you can perform
- Checking the Value of Variables
- You can also view the value of any property on any object
- Play Audio, Show Images
- You can run any action on any object in your mediascape
- Simulate GPS positions without a GPS Fix
- You can also simulate the OnGotFix event on the GPS object
See the document
HowToDebugYourMediascape for more detail on the debugging tools.