Skip to content

Conversation

@jbdoderlein
Copy link
Contributor

This PR is derived from the code in #2523, since conditional breakpoint need to evaluate expression.

It allow to place conditional breakpoint :

2025-12-19.11-34-26.mp4

rodinaarssen and others added 30 commits October 15, 2025 10:23
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 0% with 232 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (105e440) to head (dc8905e).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/org/rascalmpl/dap/RascalDebugAdapter.java 0% 138 Missing ⚠️
src/org/rascalmpl/debug/DebugHandler.java 0% 82 Missing ⚠️
...ascalmpl/dap/breakpoint/BreakpointsCollection.java 0% 5 Missing ⚠️
.../org/rascalmpl/debug/IRascalRuntimeEvaluation.java 0% 4 Missing ⚠️
src/org/rascalmpl/debug/IDebugMessage.java 0% 2 Missing ⚠️
src/org/rascalmpl/debug/DebugMessageFactory.java 0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##              main   #2576    +/-   ##
========================================
- Coverage       46%     46%    -1%     
- Complexity    6617    6630    +13     
========================================
  Files          792     793     +1     
  Lines        65396   65611   +215     
  Branches      9792    9825    +33     
========================================
+ Hits         30470   30489    +19     
- Misses       32573   32771   +198     
+ Partials      2353    2351     -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

3 participants