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

Add a firefox and vitest debug config #22

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Add a firefox and vitest debug config #22

merged 3 commits into from
Aug 22, 2024

Conversation

C-Loftus
Copy link
Member

Took me a while but finally got this set up. Adds a debug config to vscode. One config is for vitest, so we can add breakpoints to the current test file for better debugging.

The other is for our app in general, so we can open localhost:5173 as normal but have it block on a breakpoint during execution.

I have firefox as the browser configured for debugging since that is the only one I got working but I imagine we can add chrome fairly easily if it is needed for anyone else

fyi also highly recommend checking out the Vue dev tools extension for chrome/firefox. Works very well and also you to see the state of the pinia store as well. Everything is very well integrated.

image

Copy link

netlify bot commented Aug 21, 2024

Deploy Preview for register-geoconnex-us ready!

Name Link
🔨 Latest commit ae05551
🔍 Latest deploy log https://app.netlify.com/sites/register-geoconnex-us/deploys/66c6322941c724000898a93d
😎 Deploy Preview https://deploy-preview-22--register-geoconnex-us.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@C-Loftus
Copy link
Member Author

Going to merge this since it doesn't affect behavior for the end user and is working locally for me.

@C-Loftus C-Loftus merged commit ac64c08 into main Aug 22, 2024
6 checks passed
@C-Loftus C-Loftus deleted the debugConfig branch August 22, 2024 03:31
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.

1 participant