The built-in debugging tools are designed for you, the app author, not the end user. You will need to design on your own any debugging features you want your app to make available to the end user.
For example, you can use the various components (edit fields, tables, etc) to display variable values. Your code would have to set the component value/string/data to be the variable value(s).
