| Author |
Remote java debugging in eclipse
|
Anand Loni
Ranch Hand
Joined: Jan 20, 2006
Posts: 150
|
|
Hi, I want to debug the java code. So I set up the debug port to 8111. Also I set up the breakpoint in my code. Control comes to my code but I am unable to get variable information using Watch or inspect option. Its givek me cannot resolve. Please Help me out in this issue. Thanks, Anand
|
~ Anand,
SCJP 1.5
SCWCD 1.5
|
 |
Anand Loni
Ranch Hand
Joined: Jan 20, 2006
Posts: 150
|
|
Got it, Actually my classes were compiled with debug on, but debuglevel was set to lines, sources. So I added vars to debuglevel. It works for me. Thanks, Anand
|
 |
 |
|
|
subject: Remote java debugging in eclipse
|
|
|