Weird behavior when debugging code invoked by timer
Afficher commentaires plus anciens
.
Am I the only one to experience the following weird behavior of Matlab?
I debug code that is invoked by a timer
- execution is halted by a break-point
- I do something interactively
- suddenly "a callback" is fired. Execution is still halted at the same break-point, but with a new workspace
- A new group of timercb, timercb and invoked_by_timer_catch is added to the stack drop-down-menu. See the screen clip below.
- R2012a 64bit
timer is not supposed to fire a new callback until the current callback is finished. Isn't that what the documentation says? I have seen it happen with "'TasksToExecute', 1".

Sorry the picture is so large.
2 commentaires
Jan
le 4 Mar 2013
Please show us how you define the TIMER such that we can try to reproduce the problem.
per isakson
le 4 Mar 2013
Modifié(e) : per isakson
le 6 Mar 2013
Réponses (0)
Catégories
En savoir plus sur Platform and License dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!