User Debugging Tab in Appdesigner App?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Cris LaPierre
il 23 Ago 2021
Modificato: Cris LaPierre
il 23 Ago 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 Commenti
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!