PDA

View Full Version : New "Debug" tab in the App Inspector



barrymavin
2013-06-04, 00:41
In RC5.8 to help in debugging I have added a new "Debug" tab in the App Inspector. I intend to embed the debugger into this later but for the meanwhile this will help with debugging.

When the App Inspector is visible any DEBUGOUT commands (if SET DEBUGOUT ON is in effect) are displayed in the debug output tab.

So to see what's going on in an event just place DEBUGOUT commands in it. When SET DEBUGOUT is OFF the DEBUGOUT commands are ignored.

As your App is running your can inspect the environment by typing commands in the "Console" of the App Inspector.

314