User Debugging Tab in Appdesigner App?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Cris LaPierre
am 23 Aug. 2021
Bearbeitet: Cris LaPierre
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!