Skip to content

Split the new debugger into multiple files#20871

Merged
calixteman merged 1 commit intomozilla:masterfrom
calixteman:refactor_debugger
Mar 15, 2026
Merged

Split the new debugger into multiple files#20871
calixteman merged 1 commit intomozilla:masterfrom
calixteman:refactor_debugger

Conversation

@calixteman
Copy link
Contributor

Instead of having all the code for the new debugger in a single file, split it into multiple files.
This makes it easier to navigate and maintain the codebase.
It'll be make hacking and fixing bugs in the debugger easier.

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.57%. Comparing base (f4c6fff) to head (7bac644).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #20871      +/-   ##
==========================================
+ Coverage   62.51%   62.57%   +0.06%     
==========================================
  Files         171      173       +2     
  Lines      121171   121246      +75     
==========================================
+ Hits        75754    75874     +120     
+ Misses      45417    45372      -45     
Flag Coverage Δ
fonttest 7.66% <ø> (ø)
unittestcli 62.55% <ø> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@Snuffleupagus Snuffleupagus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the URL in the (top level) README.md file as well.

Copy link
Contributor

@timvandermeij timvandermeij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, with the comment above addressed. This is indeed a vast improvement over the single file!

Instead of having all the code for the new debugger in a single file,
split it into multiple files.
This makes it easier to navigate and maintain the codebase.
It'll be make hacking and fixing bugs in the debugger easier.
@calixteman
Copy link
Contributor Author

/botio-linux preview

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Linux m4)


Received

Command cmd_preview from @calixteman received. Current queue size: 0

Live output at: http://54.241.84.105:8877/c3d636862236022/output.txt

@moz-tools-bot
Copy link
Collaborator

From: Bot.io (Linux m4)


Success

Full output at http://54.241.84.105:8877/c3d636862236022/output.txt

Total script time: 1.21 mins

Published

@calixteman
Copy link
Contributor Author

@calixteman calixteman merged commit a3a205d into mozilla:master Mar 15, 2026
12 checks passed
@calixteman calixteman deleted the refactor_debugger branch March 15, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants