No badges yet
No accepted solutions yet
Using vercel dev with chrome debugger
Just soft-bumping this issues to get some community comments. What is the debugging experience for other devs that use the vercel cli? Are other people using Chrome's built-in...
Using vercel dev with chrome debugger
This did not fix the issue. I did modify my command to use `NODE_OPTIONS="--inspect-brk"` and the chrome debugger will halt execution here. ![Screenshot 2025-01-14 at 11.50.16...
Using vercel dev with chrome debugger
Edit: This repo is setup with a serverless function that just returns `{"message":"Hello World!"}` When I hit `http://localhost:3000/api/hello` I would expect to see my...
Using vercel dev with chrome debugger
I have created a basic hello world project here https://github.com/BrandonMathis/vercel-test-debugger When I run `NODE_OPTIONS='--inspect' vercel dev`, I see this ``` Debugger...