Hi I am having problems using Eclipse’s debugger.. everything was going
great until all of the sudden anytime I debug now, on the variables view
all I see is the current object (THIS) and then when I’m inside methods it
only shows the arguments passed in (ie arg0, arg1, arg2), it doesnt show
any of local declarations at all. This has suddenlly occurred in both
static and non static methods. I had this happen once before when I was
tracking through some JDK classes it was doing the same thing… any ideas?
Just so you know what I’m using, its Eclipse 3.0 with MyEclipse 3.8
Beta-2, debugging some classes running in a Tomcat 5.0.24 container that is
attached through the remote debugger. OS is WinXP SP1, on JDK 1.4.2-b28
Any help is greatly appreciated.
-David