Eclipse Mars debugger is not working. Pls help
-
dear expert, I have been using Eclipse debugger very well until a few days ago it is not debugging anymore. I have been able to use Eclipse debug until I tried out certain debugging features like using breakpoint on a class method. Now, when I right click, debug as, debug on Server, eclipse is not debugging anymore. Normally, if Eclipse works properly, in debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated. But, now my Eclipse is not able to do it anymore. I have tried refresh, clean project etc but it is just not helping. :( I also tried removed all the breakpoints and then put the breakpoint on the lines I want to check, but still nothing works. My recent attempt is uninstall Eclipse Mars and even with the new Eclipse Mars 2 it is still the same problem Hope someone let me know how can I make Eclipse debug my java web app again. Tks.
-
dear expert, I have been using Eclipse debugger very well until a few days ago it is not debugging anymore. I have been able to use Eclipse debug until I tried out certain debugging features like using breakpoint on a class method. Now, when I right click, debug as, debug on Server, eclipse is not debugging anymore. Normally, if Eclipse works properly, in debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated. But, now my Eclipse is not able to do it anymore. I have tried refresh, clean project etc but it is just not helping. :( I also tried removed all the breakpoints and then put the breakpoint on the lines I want to check, but still nothing works. My recent attempt is uninstall Eclipse Mars and even with the new Eclipse Mars 2 it is still the same problem Hope someone let me know how can I make Eclipse debug my java web app again. Tks.
-
I have not done web debugging with eclipse, but debugging ordinary Java code always seems to work. Are you sure there are not errors in your project source that prevent the debug information from being created?
-
Oh my...not sure where to seek help...:( If there is syntax error, Eclipse will give you syntax error message.... And you can't compile and proceed to do the debug on the whole web app....