Accessing local variables in j2sdk 1.5

Hi all, is it possible with the j2sdk 1.5 JPDA implementation to know which is the value of the arguments of the methods in the current stack frame without using -g option? Again, if not, is there any workaround?Thanks in advance.Umberto Ferraro
[266 byte] By [umbfera] at [2007-9-30 0:18:16]
# 1

Unfortunately, no.

Refer to Bug-IDs:

4490824 JDI: provide arguments when no debug attributes present

http://developer.java.sun.com/developer/bugParade/bugs/4490824.html

4473029 JPDA: allow access to the raw slot info when thre is no LocalVariableTable

http://developer.java.sun.com/developer/bugParade/bugs/4473029.html

debugging_teama at 2007-7-16 4:47:22 > top of Java-index,Archived Forums,Debugging Tools and Techniques...