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: Debug configs for vscode #602

Merged
merged 10 commits into from
Sep 27, 2024

Conversation

narengogi
Copy link
Contributor

Added debug configs for vscode for both wrangler and node launched gateway

  1. steps to run wrangler debugger (https://blog.cloudflare.com/debugging-cloudflare-workers/)
  • run npm run dev in a terminal
  • in debug and run tab, select 'Wrangler debug' and run
  • add a breakpoint and verify
  1. Steps tp run node debugger
  • In debug tab select "Node debug" and run
  • add a breakpoint and verify

@VisargD VisargD merged commit 64e50c5 into Portkey-AI:main Sep 27, 2024
1 check passed
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.

2 participants