Re[2]: Debugging without symbol information
Umberto Ferraro <[email protected]> Wed, 23 Jul 2003 17:08:45 +0200
| Newsgroups | gmane.comp.java.jswat.devel |
|---|---|
| Organization | Università di Salerno |
| Message-ID | <[email protected]> |
Saturday, July 19, 2003, 5:47:25 PM, hai scritto: NF> Method arguments are treated as local variables, and without the symb= ol NF> information, they cannot be displayed. I know of nothing to get aroun= d NF> this issue. Thanks for your answer. However, I found the following statement in the Java Debug Wire Protocol specification: "GetValues Command (1) Returns the value of one or more local variables in a given frame. Each variable must be visible at the frame's code index. Even if local variable information is not available, values can be retrieved if the front-end is able to determine the correct local variable index. (Typically, this index can be determined for method arguments from the method signature without access to the local variable table information.)" Do you think that it could help? I have not been help to understand how to build the local variable index, do you have any suggestion? Thanks again. NF> n Umberto Ferraro