Git Product home page Git Product logo

Comments (5)

yyoncho avatar yyoncho commented on May 28, 2024

Debugger failed to attach: handshake failed - connection prematurally closed.

Here it is how debugging works:

  1. Test is started with remote debugging set to listen on port 30000
  2. dap-mode starts a loop which waits for port to be taken.
  3. when the port is taken, dap-mode starts the debug adapter with launch type = attach

The error message is coming from the test connection happening at 2).

Did you try to run the test without debug? Are these the only messages in the output log? Can you try to do lsp-java-build-project before starting the test?

from dap-mode.

iocanel avatar iocanel commented on May 28, 2024

Running the test using dap-java-run-test-method works as expected.
Running lsp-java-build-project made no difference.
The port that the debugger binds to is 33000 and it does seem to bind correctly, so for some reason the attach tings seems to fail.

from dap-mode.

iocanel avatar iocanel commented on May 28, 2024

Note: The error message will appear upon timeout, or upon any interaction with the editor (key press or mouse click).

from dap-mode.

iocanel avatar iocanel commented on May 28, 2024

Upon further investigation, I come the conclusion that this error message is misleading, as I managed to succesfully debug a test, even though the message appears (I can't get rid of it).

from dap-mode.

yyoncho avatar yyoncho commented on May 28, 2024

I was unable to find a way to test whether particular port is taken so I am opening a testing connection to the debugged process and then I am closing it - thus this error message. I am closing the bug based on the previous comment.

from dap-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.