-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Setting debugger in local develop
locks up Chrome
#7428
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I tried passing |
I've narrowed this down to a regression in 4.1.0. The 4.0.2 tag locally does not encounter this issue. The 4.1.0 tag locally does encounter this issue. Commits within 4.1.0: v4.0.2...v4.1.0 I further narrowed down the issue to this commit, with the previous commit having no issue: So this was introduced in #6522 |
Alright, after looking through the commits in #6522, I've further narrowed down the issue to the changed made in the Specifically the upgrade of It seems this was a bug in |
The code for this is done in cypress-io/cypress#7525, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
I've had this problem for quite some time, at least a couple months.
Whenever I set a
debugger
when pulling downdevelop
from the Cypress code base, run the code, then do a hard refresh, the Google Chrome Helper (Renderer) process locks up and I have to kill the Chrome process completely.There is no way to hit Resume in the debugger. This makes it extremely difficult to work on anything you're developing in the actual product.
@bkucera also reported this previously:
And Brian remarked that he had seen this behavior when pairing with @chrisbreiding.
Desired behavior:
Test code to reproduce
develop
yarn
yarn start
index.html
spec.js
Versions
4.5.0
macOS Catalina
Chrome 81.0.4044.138
The text was updated successfully, but these errors were encountered: