-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional breakpoint only stops the first time #268
Comments
@rei-vilo |
@rei-vilo are you still having this issue with the latest nightly build of the Arduino IDE? If so, please try to distill it down to a more minimal example. It's not clear to me whether the bug is dependent on the exact conditions produced by the fairly complex set up you provided to demonstrate #120, or whether you just happened to reuse that sketch by chance here and you would have had the same problem with even a conditional breakpoint in a minimal sketch. |
Thanks for your quick response!
What about with the condition? Does the problem still occur for you with the conditional breakpoint while using the nightly build? Is the bug dependent on the conditional breakpoint being in a "local library", or does it also occur if you put a conditional breakpoint in a simple single file sketch?
This is a known bug (#527) introduced by the new version of the Theia IDE framework updated to (#489). before the 2.0.0-beta.12 release. Work is in progress now on a fix: #578 (will be in the next nightly build). |
Describe the bug
Conditional breakpoint only stops the first time.
Adding
i%2
to line 8 only stops the first time when i=1, but not after when i=3 or 5.To Reproduce
Same example as for #120 but with modified shown below.
Expected behavior
Debugger stops at 1, 3 and 5.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: