So, a couple of weeks ago, my Eclipse IDE no longer allowed me to debug my application remotely, saying that it could not set breakpoints because line numbers were not displayed ... The problem is that my Eclipse is configured to display line numbers (which I regularly use in my daily development)
I did some research and found that sometimes this involves using ant to create projects and configure debugging in javac. I made sure that debugging is installed in my build.xml target, but it still won’t let me debug the same error.
And now, to add insult to the injury, I clicked on the box that says “Do not show this message again,” so now I will never know if I really debug my program when I try, or if it failed, and an error message just didn't display.
Does anyone know how to fix this? Or at least know how to switch this error message to go back so that I can determine if / when I will fix it?
java eclipse
Saggio
source share