Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the js-debug bootloader #2071

Open
Kniaziev opened this issue Sep 4, 2024 · 1 comment
Open

Error in the js-debug bootloader #2071

Kniaziev opened this issue Sep 4, 2024 · 1 comment
Labels
info-needed Issue requires more information from poster

Comments

@Kniaziev
Copy link

Kniaziev commented Sep 4, 2024

Error in the js-debug bootloader, please report to https://aka.ms/js-dbg-issue: Error [ERR_INSPECTOR_ALREADY_ACTIVATED]: Inspector is already activated. Close it with inspector.close() before activating it again.
at new NodeError (node:internal/errors:371:5)
at Object.inspectorOpen [as open] (node:inspector:168:11)
at /private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:86060
at /private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:86087
at Object. (/private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:86383)
at n (/private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:110)
at /private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:902
at Object. (/private/var/folders/65/3df7955x7v3dgmy7fqnngnrw0000gn/T/AppTranslocation/157CE6D3-C836-43E5-ADE3-436CB0929B33/d/Visual Studio Code.app/Contents/Resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js:1:912)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)

@connor4312
Copy link
Member

Are you running with coverage? This was a bug in Node.js: nodejs/node#46110

@connor4312 connor4312 added the info-needed Issue requires more information from poster label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants
@connor4312 @Kniaziev and others