Re: Debugging without symbol information
Nathan Fiedler <[email protected]> 19 Jul 2003 08:47:25 -0700
| Newsgroups | gmane.comp.java.jswat.devel |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1058629645.23769.1.camel@nuts> |
Method arguments are treated as local variables, and without the symbol information, they cannot be displayed. I know of nothing to get around this issue. n On Sat, 2003-07-19 at 04:02, Umberto Ferraro Petrillo wrote: > Good morning to all, is there any way to know the value of the method > operands inside the Frame stack (i.e., the method aguments) without compiling > the source code with -g? To this end, I noticed that it is possible through > the JSWAT command shell to print the content of member variables, is it > possible too to print the content of a method argument? > > Thanks for your valuable help. > > Umberto Ferraro