Condition in conditional breakpoint ignored: debugger stops there anyway

It sometimes happens that conditions I set for a given breakpoint are ignored: the debugger will stop there even if the condition isn't yet met, as shown in the situation below, where no other breakpoints existed in the script:
Sometimes restarting Matlab seems to help, but not always. What is the reason for this?
Thanks for any help.

3 Comments

Has it been verified at the K>> prompt that the value of i_window is definitely 1? Maybe it is the Workspace pane that is showing the wrong value.
Thanks Matt - indeed, I know the Workspace sometimes doesn't properly update the variable contents, but in this case the value of the variable has indeed been verified at the command prompt
Just checked the same script (which needs complex debugging, with such conditional breakpoints) in R2022a, and the debugger follows the condition as normal - therefore it appears this is a bug in R2019b?!

Sign in to comment.

Answers (1)

Conditions are only updated, I believe, then the file is saved. If you change the condition you may have to save the file, which you might not be able to do if there are any changes that you've made while stopped at a break point.

4 Comments

Thanks, however the condition had stayed the same, and the script file had been saved prior to running it in the debugger.
Just checked the same script (which needs complex debugging, with such conditional breakpoints) in R2022a, and the debugger follows the condition as normal - therefore it appears this is a bug in R2019b?!
Perhaps, but the good news is that they fixed it and you have R2022a so you're all set. 🙂
Still seems worth ascertaining what doesn't work as expected in which version, does it not? Especially when it's about what I regard to be a rather essential feature, such as debugging.
Also, while I do have R2022a, I do go back to R2019b when I get tired of how slow R2022a runs on my system, and of the multiple new "features" such as the removal of overtype, etc

Sign in to comment.

Categories

Find more on Debugging and Improving Code in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 18 May 2022

Commented:

on 20 May 2022

Community Treasure Hunt

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

Start Hunting!