User Debugging Tab in Appdesigner App?

7 visualizzazioni (ultimi 30 giorni)
Kanika Yadav
Kanika Yadav il 23 Ago 2021
Modificato: Cris LaPierre il 23 Ago 2021
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!

Risposte (1)

Cris LaPierre
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).

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!

Translated by