-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 breakpoints and log points cause execution to stop as if it were a normal breakpoint. #2862
Comments
` -> (C) {"command":"setBreakpoints","arguments":{"source":{"name":"filename.cc","path":"e:\filepath\filename.cc","sourceReference":0,"sources":[],"checksums":[{"algorithm":"MD5","checksum":"6bbee315a8e0046953c5fafb314e2e08"}]},"lines":[252],"breakpoints":[{"line":252}],"sourceModified":false},"type":"request","seq":86} ... -> (C) {"command":"evaluate","arguments":{"expression":"diff","frameId":1000,"context":"hover"},"type":"request","seq":94} |
Thanks. I'll update the issue as |
I've the same problem. |
For conditional breakpoints, we have this issue for tracking it which you can upvote. Logpoints are currently not supported in the extension so they are treated like a breakpoint. |
Using:
vscode version: 1.29.1
C/c++ extension version: 0.20.1
Launch config using type: "cppvsdbg".
Unsure of what other details to provide.
The text was updated successfully, but these errors were encountered: