-
Notifications
You must be signed in to change notification settings - Fork 30k
Closed
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
npx next info
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000
Binaries:
Node: 16.14.0
npm: 8.3.1
Yarn: 1.22.17
pnpm: 6.32.3
Relevant packages:
next: 13.2.4-canary.8
eslint-config-next: 13.2.3
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/seiry/inspect-bug
To Reproduce
init a repo using npx create-next-app, and change script in package.json to use chrome inspect debugger "dev": "NODE_OPTIONS=--inspect next dev",, and run npm run dev
Describe the Bug
the debugger wont work like before

maybe this pr caused the bug:
#45745
Expected Behavior
should be a node js server code debugger
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.

