-
Notifications
You must be signed in to change notification settings - Fork 9
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
Debugger connection appears to time out #417
Comments
Similar error running Windows 11 plus a local build of PR #437
WDT debug works fine with the same app and JVM |
User recreated with this in in .log:
|
Moving out to the next milestone. Some thoughts: Is it conceivable that the concurrent compiles, from both the IDE and from dev mode, could be triggering this problem? Could that be a reason this is never seen in LDT/WDT for the same app? Possible things to look at:
Note there is a separate more straightforward angle to pursue wrt jdt.debug... there is a timeout, why isn't it taking effect? It is useful to consider if the double-compile could be relevant, but we could consider the jdt.debug code and its timeout independently perhaps. |
Reports from internal user of the debugger connection timing out when using the Liberty Tools Eclipse "Debug" operation.
This is running w/ Semeru Java 17 on Win 11,
Eclipse OpenJ9 VM 17.0.7.0 (build openj9-0.38.0, JRE 17 Windows 11 amd64-64-Bit ...
Interestingly enough, this particular user was able to successfully establish a Debug connection with the same app on the same system, using the WDT/LDT feature in another Eclipse install.
I wonder if there is anything to consider here?:
https://github.com/OpenLiberty/open-liberty-tools/blob/integration/dev/com.ibm.ws.st.core/src/com/ibm/ws/st/core/internal/launch/BaseLibertyLaunchConfiguration.java
Note: The solution here could possibly overlap #400 as this issue suggests the need for a new "Liberty Tools" Run/Debug config type of our own.
The text was updated successfully, but these errors were encountered: