Two Laptop Bag
The moose likes IDEs, Version Control and other tools and the fly likes Remote java debugging in eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Remote java debugging in eclipse " Watch "Remote java debugging in eclipse " New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Remote java debugging in eclipse
 
Similar Threads
Java Native Interface
debug the servelt in OC4J
page takes forever (Please Help)
Logging SQL statements
How to debug using Eclipse?