Info

This question is closed. Reopen it to edit or answer.

Status Window, Debugger for a compiled GUI

1 view (last 30 days)
Mike
Mike on 28 Mar 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
I'm putting together a GUI and want to create a status window that collects debugging text from various modules of my program. I'm having some trouble best architecting this. Currently, there are 4 modules (all separate GUI's) that initialize and appear on screen, one of which is simply a status window with a listbox where I'd like to print updates from the other modules real-time. Any recommendation on how best to do this?
I have a combination of custom classes embedded in the GUIs that I was toying with the idea of setting up listener classes for. Before heading down this path (not the most comfortable with listeners just yet) I was hoping for some feedback. The other option was just to define a standalone function that directly writes to the listbox and execute from within each module as I need it.
Any thoughts or advice? The ultimate goal is to compile this and run standalone, otherwise I'd just print everything to the command window.
Thanks,

Answers (0)

Community Treasure Hunt

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

Start Hunting!