Remote debug problem

Hi Java fellows,

I have some strange problem with remote debuging,

The connection is succesfull and the source code is set

appropriately, but when I try to watch some local variables

or a method parameters I get a 'can't resolve' message.

Any ideas ?

All the best

Roman

[325 byte] By [RomanMandeleila] at [2007-11-27 11:30:52]
# 1

Is the code debug built, and are you sure that you are using the correct source files?

kajbja at 2007-7-29 16:36:22 > top of Java-index,Java Essentials,Java Programming...
# 2

The code is built, and it is the right source for the right classes,

I can step in out normaly

RomanMandeleila at 2007-7-29 16:36:22 > top of Java-index,Java Essentials,Java Programming...
# 3

> The code is built,

Built, yes, but is it debug built?

Kaj

kajbja at 2007-7-29 16:36:22 > top of Java-index,Java Essentials,Java Programming...
# 4

Yes it is, it is possibale to se the 'this' object members

values, but not function parameters

RomanMandeleila at 2007-7-29 16:36:22 > top of Java-index,Java Essentials,Java Programming...