User Debugging Tab in Appdesigner App?

7 visualizaciones (últimos 30 días)
Kanika Yadav
Kanika Yadav el 23 de Ag. de 2021
Editada: Cris LaPierre el 23 de Ag. de 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!

Respuestas (1)

Cris LaPierre
Cris LaPierre el 23 de Ag. de 2021
Editada: Cris LaPierre el 23 de Ag. de 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).

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by