Skip to content

feat: improve debug experience#195

Merged
elringus merged 9 commits intomainfrom
feat/debug
Apr 18, 2026
Merged

feat: improve debug experience#195
elringus merged 9 commits intomainfrom
feat/debug

Conversation

@elringus
Copy link
Copy Markdown
Owner

@elringus elringus commented Apr 18, 2026

Resolves #186 when publishing with the debug configuration by wiring the debug artifacts (WASM symbols, PDBs and source maps) with the .NET JS runtime, enabling the debug option in the .NET JS config and routing the C# error stack from a custom .NET error object to the default error object, so that the stack is discoverable with the browser dev tools.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2346e99) to head (ba253ee).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #195   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           54        54           
  Lines         2310      2351   +41     
  Branches       365       371    +6     
=========================================
+ Hits          2310      2351   +41     

☔ 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.

@elringus elringus merged commit 2c2d947 into main Apr 18, 2026
4 of 5 checks passed
@elringus elringus deleted the feat/debug branch April 18, 2026 15:39
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.

Improve debugging

1 participant