-
Notifications
You must be signed in to change notification settings - Fork 47
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
Unable to debug specs with gauge-java starting with version 0.7.8 #619
Comments
We are also facing this issue. All of us will really appreciate it if you guys can prioritize this please ! |
@0vid1u @KartikPhrael - can you try and see if debugging works on vscode with gauge,java plugins installed? Also, in the I tried creating a new gauge+java project and I am able to run debug fine. Here's my current gauge version on windows:
|
Hi @sriv , I have tried to debug with vs-code, looks like it works... IntelliJ doesn't want to start debugging and show timeout connecting java. Attached generated logs:
|
Facing the same issue for a while. |
We are facing the same issue after upgrading from 0.7.5 to 0.8.1 Here are additional logs that don't appear to be included above: |
This comment was marked as abuse.
This comment was marked as abuse.
Is there a solution for this issue? |
Describe the bug
Get
Failed to start gauge API: Timed out connecting to java
each time when try to debug a spec using gauge java version 0.7.8 till to latest version 0.7.15 in Intellij IDEA.Using the gauge-java version 0.7.7 it works as expected.
To Reproduce
Steps (or project) to reproduce the behavior:
Screenshot
Logs
gauge.log
Expected behavior
Expect to break the execution on breakpoint.
Versions:
windows, 1.4.0, 5cc544c
html-report (4.1.0), java (0.7.15), reportportal (1.12.0), screenshot (0.1.0), spectacle (0.1.4)
Java version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
Maven/Gradle version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\ProgramData\chocolatey\lib\maven\apache-maven-3.6.3\bin..
Java version: 11.0.2, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11.0.2
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Additionally want to demonstrate that using the version 0.7.7 I was able to debug the spec:
The text was updated successfully, but these errors were encountered: