Troy Forster

Results 30 comments of Troy Forster

Is there anything I can do to help move this bug along?

I have been on an AWS project for the last couple of months, but now switching to a Cloudflare project. I have rebuilt my Debian environment from a clean Bookworm,...

@petebacondarwin win The devtools option has never worked from WSL. I looked at the source code for it a couple of years ago, and it appeared to be a pretty...

@penalosa Here's a screen recording. This was taken on a Chromebook running a fresh install of Google's Debian Bookworm dev environment. But the process and behaviour are identical to my...

@petebacondarwin Well, that worked. I am somewhat embarrassed that I never tried running Wrangler from my regular terminal. This is the output from my terminal ```shell /home/tforster/dev/TroyForster/wrangler-issue/holy-night-c988 npx wrangler dev...

The following is from my Debian VM on ChromeOS | Terminal | ENV | Node process.env | |---|---|---| | OS | |`undefined undefined` | | VSCode | `:::{"inspectorIpc":"/tmp/node-cdp.9298-e72fdf6a-0.sock.deferred","deferredMode":true,"waitForDebugger":"","execPath":"/home/tforster/.config/nvm/versions/node/v25.2.1/bin/node","onlyEntrypoint":false,"autoAttachMode":"smart","aaPatterns":["/home/tforster/dev/TroyForster/wrangler-issue/holy-night-c988/**","!**/node_modules/**","**/$KNOWN_TOOLS$/**"]}`|`{"inspectorIpc":"/tmp/node-cdp.9298-e72fdf6a-0.sock.deferred","deferredMode":true,"waitForDebugger":"","execPath":"/home/tforster/.config/nvm/versions/node/v25.2.1/bin/node","onlyEntrypoint":false,"autoAttachMode":"smart","aaPatterns":["/home/tforster/dev/TroyForster/wrangler-issue/holy-night-c988/**","!**/node_modules/**","**/$KNOWN_TOOLS$/**"],"openerId":"1d6b66749a31de14037f410f"}`| | JSDebugger...

FWIW, I use NVM to manage node versions. My default shell is ZSH

With autoattach set to `Disabled`, I can run `npx wrangler dev` from a VSCode terminal, start and connect the VSCode debugger, and hit the breakpoint. If I try from the...

@petebacondarwin Let me know how I can help. I am happy to test in my local environments. I can also dive into some code, although I have no idea where...