-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Very slow debug stepping in large file after Node 13.2 #30926
Comments
I can’t reproduce this using the steps above; can you fill out the bug report template here, including OS information? Also, my main suspect in the release would be the V8 update to 7.9. |
|
I wasn't immediately sure how to test with the same code in Chrome, but if you think this would be a V8 issue, I can try to repro it there and report upstream. |
I also originally reported this to @roblourens using |
Fixed in V8 8.0. |
We noticed that debugging tests in the TypeScript repo has become extremely slow after v13.2. The file we are stepping through is extremely large, which is probably part of it. Here are steps to reproduce:
node --inspect-brk node_modules/mocha/bin/_mocha -u bdd --no-timeouts --colors built/local/run.js -f tests/cases/compiler --skip-percent 0
For slightly easier setup, you can debug in VS Code with the "Mocha Tests" launch config
The text was updated successfully, but these errors were encountered: