Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Update UI (Variables View, etc.) without breakpoints

Hi,
 
I'm looking for a way to update the user interface without using breakpoints. Let's say I have a clock which updates my debug model each second, I would like to refresh the UI from the standard debug model at that rate so that the user will always see the actual state of my system without suspending the execution. Is that possible?
I'm decoupling the code but it takes time, I'm sure there is a straight answer to this.
Thanks a  lot!
 
Matteo

Back to the top