Skip to content

fix(chore): add yarn start:debug option to packages.json#3276

Open
gabemontero wants to merge 1 commit into
redhat-developer:mainfrom
gabemontero:boost-enable-debugger
Open

fix(chore): add yarn start:debug option to packages.json#3276
gabemontero wants to merge 1 commit into
redhat-developer:mainfrom
gabemontero:boost-enable-debugger

Conversation

@gabemontero
Copy link
Copy Markdown
Contributor

Hey, I just made a Pull Request!

turns out backstage-cli repo start has the --inspect option @durandom

I was able to validate it in other workspaces which had workable code.

✔️ Checklist

  • [ n/a] A changeset describing the change and affected packages. (more info)
  • [ n/a] Added or Updated documentation
  • [ n/a] Tests for new functionality and regression tests for bug fixes
  • [ n/a] Screenshots attached (for UI changes)

@gabemontero gabemontero requested review from a team and durandom as code owners June 2, 2026 17:28
@rhdh-qodo-merge
Copy link
Copy Markdown

rhdh-qodo-merge Bot commented Jun 2, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@gabemontero gabemontero force-pushed the boost-enable-debugger branch from 3a1f9a6 to f7ea301 Compare June 2, 2026 17:28
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 2, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.61%. Comparing base (8b946ff) to head (f7ea301).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3276   +/-   ##
=======================================
  Coverage   53.61%   53.61%           
=======================================
  Files        2408     2408           
  Lines       86622    86622           
  Branches    24004    24004           
=======================================
  Hits        46439    46439           
  Misses      39874    39874           
  Partials      309      309           
Flag Coverage Δ *Carryforward flag
adoption-insights 83.58% <ø> (ø) Carriedforward from 8b946ff
ai-integrations 70.03% <ø> (ø) Carriedforward from 8b946ff
app-defaults 69.60% <ø> (ø) Carriedforward from 8b946ff
augment 46.39% <ø> (ø) Carriedforward from 8b946ff
bulk-import 72.86% <ø> (ø) Carriedforward from 8b946ff
cost-management 16.49% <ø> (ø) Carriedforward from 8b946ff
dcm 45.40% <ø> (ø) Carriedforward from 8b946ff
extensions 61.79% <ø> (ø) Carriedforward from 8b946ff
global-floating-action-button 74.30% <ø> (ø) Carriedforward from 8b946ff
global-header 61.63% <ø> (ø) Carriedforward from 8b946ff
homepage 51.52% <ø> (ø) Carriedforward from 8b946ff
konflux 91.01% <ø> (ø) Carriedforward from 8b946ff
lightspeed 68.33% <ø> (ø) Carriedforward from 8b946ff
mcp-integrations 85.46% <ø> (ø) Carriedforward from 8b946ff
orchestrator 37.34% <ø> (ø) Carriedforward from 8b946ff
quickstart 62.88% <ø> (ø) Carriedforward from 8b946ff
sandbox 79.56% <ø> (ø) Carriedforward from 8b946ff
scorecard 83.84% <ø> (ø) Carriedforward from 8b946ff
theme 64.54% <ø> (ø) Carriedforward from 8b946ff
translations 8.49% <ø> (ø) Carriedforward from 8b946ff
x2a 78.79% <ø> (ø) Carriedforward from 8b946ff

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b946ff...f7ea301. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rhdh-qodo-merge
Copy link
Copy Markdown

Review Summary by Qodo

Add yarn start:debug script for debugging support

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Add debug script to enable Node.js inspector mode
• Allows developers to debug boost workspace with --inspect flag
Diagram
flowchart LR
  A["package.json scripts"] -- "add start:debug" --> B["backstage-cli repo start --inspect"]

Loading

Grey Divider

File Changes

1. workspaces/boost/package.json ✨ Enhancement +1/-0

Add debug script with Node.js inspector flag

• Added new start:debug script to package.json scripts section
• Script runs backstage-cli repo start --inspect for Node.js debugging
• Enables developers to debug the boost workspace with inspector protocol

workspaces/boost/package.json


Grey Divider

Qodo Logo

@rhdh-qodo-merge rhdh-qodo-merge Bot added the enhancement New feature or request label Jun 2, 2026
@fullsend-ai-review
Copy link
Copy Markdown

Review

Findings

No findings.

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ready-for-merge All reviewers approved — ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant