User Debugging Tab in Appdesigner App?
7 views (last 30 days)
Show older comments
I have been using Appdesigner to create an app, and I would like to add a 'debugging' tab for the user themselves to be able to see the relevant variable values. Is there any way to incorporate this, or would the app come with a debugging feature when it is packaged? Anything I have found so far only shows how I can debug as I create the app, not from the user end though.
Thank you in advance!
0 Comments
Answers (1)
Cris LaPierre
on 23 Aug 2021
Edited: Cris LaPierre
on 23 Aug 2021
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).
0 Comments
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!