Skip to content

Conversation

@alt-romes
Copy link
Collaborator

@alt-romes alt-romes commented Oct 28, 2025

Introduces support for conditional expression breakpoints and for hit count breakpoints.

  • Conditional breakpoints evaluate a given expression at the
    breakpoint and only stops if it evaluates to True.

  • Hit count breakpoints receive an Int and decrease the count everytime
    the breakpoint is hit. When it reaches 0 the breakpoint is stopped at.
    (i.e. ignore the first n :: Int times the breakpoint is hit.

Fixes #111

Introduces support for conditional expression breakpoints and for hit
count breakpoints.

- Conditional breakpoints evaluate a given expression at the
breakpoint and only stops if it evaluates to True.

- Hit count breakpoints receive an Int and decrease the count everytime
  the breakpoint is hit. When it reaches 0 the breakpoint is stopped at.
  (i.e. ignore the first `n :: Int` times the breakpoint is hit.

Fixes #111
@alt-romes alt-romes force-pushed the wip/romes/111 branch 2 times, most recently from 53f8f48 to 77512a1 Compare October 29, 2025 16:21
@alt-romes alt-romes changed the title Wip/romes/111 feat: Conditional and hit count breakpoints Oct 29, 2025
I think they were conflicting with the other job
@alt-romes alt-romes merged commit 5cf7824 into master Oct 29, 2025
7 of 8 checks passed
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

Successfully merging this pull request may close these issues.

Conditional expression and hit-count breakpoints

2 participants