Skip to content
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

Unexpected behavior with the "conditional expression breakpoints" in the Cortex-Debug extension #524

Closed
klazklaz77 opened this issue Nov 10, 2021 · 2 comments

Comments

@klazklaz77
Copy link

Hi, everyone, when I tested the application in the VS Code IDE I find unexpected behavior with conditional expression breakpoints in the Cortex-Debug VS Code Extension.
Steps to reproduce:

  1. Set conditional expression breakpoint with some mistake in the expression (ex. ">2$");
  2. Remove or disable the breakpoint.
  3. Perform "Continue" a few times;

Expected result:

  • Debugger doesn't stop in code at all;
    Actual result:
  • Debugger stops on the breakpoint;

OS: Windows 10;

Versions:

  • VSCode 1.62.0;
  • C/C++ 1.7.1;
  • Cortex-Debug VS Code Extension 0.4.7;

Attachments:

  • Step 1

Step 1

  • Step 2

Step 2

  • Step 3

Step 3

Regards, Vitalii Loik.

@haneefdm
Copy link
Collaborator

Thanks for reporting this. Able to reproduce this and fix on the way

haneefdm added a commit that referenced this issue Nov 14, 2021
haneefdm added a commit that referenced this issue Nov 14, 2021
haneefdm added a commit that referenced this issue Nov 14, 2021
@haneefdm
Copy link
Collaborator

This will be fixed in the next release. A pre-release is available here

https://github.com/Marus/cortex-debug/releases/tag/v0.4.8-pre5

Re-open if needed

mayjs pushed a commit to mayjs/cortex-debug that referenced this issue Apr 6, 2022
mayjs pushed a commit to mayjs/cortex-debug that referenced this issue Apr 6, 2022
mayjs pushed a commit to mayjs/cortex-debug that referenced this issue Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants