We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Miniflare
latest
https://github.com/mjackson/miniflare-test
I'm trying to get breakpoint debugging working with Miniflare. The Cloudflare docs seem to suggest it's possible.
Ideally, what I'd like to be able to do is:
worker.js
fetch()
node miniflare.js
However, this doesn't seem to work right now :/
A nice bonus would be to be able to write everything in TypeScript, but I was trying to keep this example as minimal as possible.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which Cloudflare product(s) does this pertain to?
Miniflare
What versions are you using?
latest
What operating system and version are you using?
latest
Please provide a link to a minimal reproduction
https://github.com/mjackson/miniflare-test
Describe the Bug
I'm trying to get breakpoint debugging working with Miniflare. The Cloudflare docs seem to suggest it's possible.
Ideally, what I'd like to be able to do is:
worker.js
and add a breakpoint inside thefetch()
handlernode miniflare.js
However, this doesn't seem to work right now :/
A nice bonus would be to be able to write everything in TypeScript, but I was trying to keep this example as minimal as possible.
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: