How would I troubleshoot why the
How would I troubleshoot why the WebStorm debugging setup doesn't work for my wrangler project, but the Chrome devtools and VS Code setups do? I'm trying to attach to a Node.JS/Chrome debugger on
localhost:9229 and it doesn't seem to stop at breakpoints. It is able to attach, however.
I followed the instructions in the announcement blogpost, but can't get it to work in WebStorm. https://blog.cloudflare.com/debugging-cloudflare-workers/6 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I tried following that and it didn't work either - it's basically the same steps. I chalked it up to not working because of the notice at the top about it being most relevant to Miniflare.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yeah, I started the dev session first (otherwise the debugger attach fails). I'm running via
npx wrangler dev , and we're not using the Vite plugin.Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Hey edmund, just pinging on this.