Eclipse won't debug playback project

I am trying to debug a Play app in eclipse. When I try to start, eclipse gives an error stating that it will expire at packet 308. The activator keeps throwing:

Debugger failed to attach: handshake failed - received >GET / HTTP/1.1< - expect
ed >JDWP-Handshake<

      

What's happening? Eclipse or Activator.

+3


source to share


1 answer


The accepted answer to this , perhaps a duplicate question, should fill any gaps in your understanding of how to set up JPDA to debug your Play application.



+1


source







All Articles