3

Whenever I set a breakpoint in eclipse (java), and resume it, it gives an error in the debug window:

MyProgram at localhost:20878

The number after "localhost" is random and changes each time I debug. This is really preventing me from making my projects. I searched the web a lot and couldn't find an answer for my problem.

Thanking you in anticipation

  • Are you trying to use the remote debugger? Don't do that if you don't have to. How do you start your program for debugging? – Axel Mar 19 '14 at 08:16
  • 1
    Could you please post the error trace.Which server you are using ?.Ideally the project source added to the server for debugging and the skip debugging option should not be enabled. – Prasobh.Kollattu Mar 19 '14 at 08:19
  • Well, I just click on the debug button (F11). I never configured anything for the debugging. – user3436553 Mar 19 '14 at 08:25
  • I'm kinda new to eclipse. I just downloaded it and began learning java programming. I just set a breakpoint and click on the debug button. After I click on the resume, it shows the error I mentioned in the debug window and doesn't let me resume again or see the values of the variables. The resume button etc become grey and can't be clicked anymore. I never configured it to use the so-called remote debugger. I just click on the debug button. – user3436553 Mar 19 '14 at 08:39

0 Answers0