We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getNodeDebugType
1 parent ba68ee6 commit 729aa9aCopy full SHA for 729aa9a
packages/next/src/server/lib/utils.ts
@@ -266,9 +266,6 @@ export function getNodeDebugType() {
266
267
const parsed = parseNodeArgs(args)
268
269
- // The --inspect-publish-uid node option (along with a bootloader.js --require
270
- // option) is set by VS Code launch configurations.
271
- if (parsed.inspect || parsed['inspect-publish-uid']) return 'inspect'
272
if (parsed['inspect-brk'] || parsed['inspect_brk']) return 'inspect-brk'
273
}
274
0 commit comments