Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add frontend debugging config for Chrome #533

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

denishacquin
Copy link
Contributor

Fixes #532

What

  • Added support for debugging via VS Code in Chrome

Why

  • To improved development experience

Testing done

  • tested the debugging capabilities

Decisions made

  • Launches Chrome for now to keep it simple, instead of attaching because attach requires launching with a specific config which is machine-dependent

Checks

  • I have tested this code
  • I have reviewed my own PR
  • [x I have created an issue for this PR
  • I have set a descriptive PR title compliant with conventional commits

Reviewing tips

  • try out the debugging capability by running the debugger from VS code and placing a breakpoint somewhere

User facing release notes

  • Added frontend debugging config for Chrome

@denishacquin denishacquin self-assigned this Sep 23, 2024
@denishacquin denishacquin linked an issue Sep 23, 2024 that may be closed by this pull request
@denishacquin denishacquin marked this pull request as ready for review September 23, 2024 10:29
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 17.15%. Comparing base (c46afbe) to head (ac66428).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   17.15%   17.15%           
=======================================
  Files         111      111           
  Lines        8007     8007           
  Branches      190      190           
=======================================
  Hits         1374     1374           
  Misses       6558     6558           
  Partials       75       75           

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

Copy link

sonarcloud bot commented Sep 26, 2024

@denishacquin denishacquin merged commit f1dfefd into main Sep 26, 2024
11 checks passed
Copy link
Contributor

🎉 This PR is included in version 0.11.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@cristiam86 cristiam86 deleted the 532-sim-fe-add-debugging-support-for-frontend-app branch October 16, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SIM-FE-Add debugging support for frontend app
2 participants