I am new to eclipse(europa - 3.3.0) debugging feature. I added breakpoints at various places in my code. But while debugging(running the application with
Jboss - port:8787), eclipse finds the
java file where the breakpoint is present, but it is not going to the exact line/block of code. In the debug dialog i can see "line: not available". I think i have attached the source correctly since it finds the file. I have attached the screenshot of the eclipse debug dialog.
Screenshot
I also tried adding line/method/class breakpoints, but eclipse actively finds the java file but fails to snail to the exact piece of code in the file.
Please help.
Additional Info:
i have set JAVA_OPTS in my JBOSS run.bat as
set JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%