Is there a console?

As part of my debugging, I'd like to output variables to a console, as you can in other IDEs.
Obviously you can create labels and write the values to those, but is there a way of doing it without adding components to your app screen?

use Do it to debug your blocks, see also tip 4 here https://puravidaapps.com/learn.php
see also Live Development, Testing, and Debugging Tools
Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

1 Like

Thanks Taifun.
I'll take that to be a "No" then. :cry:
Disappointing that what is simple in ordinary IDEs is a convoluted process in AI2 ... but hey ... it's not an ordinary IDE.

This is implemented in WxBit, Chinese version of App Inventor.
www.wxbit.com, unfortunately you need to have a QQ account to log in.

1 Like

You could output the values to a file........ :thinking:

You can use the Log* methods in the Notifier component and then use adb logcat to view the logs.

1 Like

Well 'Do It' is very simple and shows exactly where the values are from, which simple output to a console does not.

1 Like