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

feat: add local debug configuration for vscode. #1204

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

redaphid
Copy link
Contributor

@redaphid redaphid commented Feb 1, 2022

This can add local debugging for local dev!

I'm not sure what our policy is re: committing IDE config files, but I thought I'd share what I'm using to debug api right now.
This will let you attach a debugger, step through code, set breakpoints etc.

I figured this might be useful for other people in the future.

@redaphid redaphid requested a review from hugomrdias February 1, 2022 00:57
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 1, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: f41ed7f
Status: ✅  Deploy successful!
Preview URL: https://2ef6ba0d.nft-storage-1at.pages.dev

View logs

@redaphid redaphid marked this pull request as ready for review February 1, 2022 01:01
@@ -0,0 +1,3 @@
{
"jest.jestCommandLine": "npx jest"
Copy link
Contributor

Choose a reason for hiding this comment

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

what's this for ?

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.

3 participants