Problem with Studio5 debugger

I cannot see values of any char variable while I debug. In the panel it shows the name of the variable but in the value field shows ?. This is with any char variable. Does anyone know if is it a bug or if it is my debugger configuration that is wrong?Thank you
[274 byte] By [RickiBertolinoa] at [2007-10-1 14:19:37]
# 1

I've seen the same issue with eclipse, if I use classes that I compiled outside eclipse - eg using javac, ant, etc.

To get around it, you can use the "-g" compiler argument.

I'm not sure about studio5, but there might an option to build a debug version and a release version. This should be the equivilant to "-g" compiler switch.

sp00kera at 2007-7-10 17:49:26 > top of Java-index,Archived Forums,Debugging Tools and Techniques...