mbolotov / intellij-cypress

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro
MIT License
35 stars 5 forks source link

Unable to use bebugging support (Chrome) #124

Closed Willem1987 closed 9 months ago

Willem1987 commented 10 months ago

Describe the bug Cypress debug does not work with Google chrome (116).

Cypress failed to make a connection to the Chrome DevTools Protocol after retrying for 50 seconds.

This usually indicates there was a problem opening the Chrome browser.

The CDP port requested was 62629.

Error: Could not find url target in browser about:blank. Targets were []
    at <embedded>:4614:316868
    at async n (<embedded>:4614:316032)
    at async Object.open (<embedded>:4620:50360)
    at async Object.open (<embedded>:4620:26066)
    at async v.relaunchBrowser (<embedded>:4686:433601)

Versions: Plugin: 1.6.1 IDE: IntelliJ IDEA 2023.2.1 OS: Windows 10 Enterprise

mbolotov commented 10 months ago

Hi @Willem1987! Could you try this bundle? Cypress Support-1.6.2.zip

Willem1987 commented 10 months ago

Great, that fixes it. Thank you very much