debug variables in Eclipse

M

MileHighCelt

configuration:
Eclipse 3.1.0
Sysdeo plugin V3
Tomcat 4.1

Can someone tell me how to turn on debug variables when I do a build
that deploys and launches to Tomcat? I am using the Sysdeo plugin to
start Tomcat, but my build.xml looks like the following:

<javac srcdir="${src-dir}" destdir="${tmp-classes-dir}"
includes="com/xxx/**" debug="on" debuglevel="lines,vars,source">

When I build the WAR file and unpack it in the Tomcat directory, I can
inspect the variables in the method signature and class level. But
instance variables give a message that it "cannot be resolved"

Is there an Eclipse setting or ant task that I am overlooking here?

thank you for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top