Re: Create a new local variable with a name using LocalVariableSorter
Eugene Kuleshov <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
You need to call visitLocalVariable() for a newly created variable. regards, Eugene On Thu, Nov 4, 2010 at 1:52 PM, Prashant Deva <[email protected]> wrote: > The newLocal() function is LocalVariableSorter does not put the local > variable in the Local Variable Table. > Thus you cannot see it while debugging or get its value using any of the > jvmti apis. > Is there any way to introduce an actual local variable with a name, which > will also be put inside the local variable table? > Prashant > > > -- > You receive this message as a subscriber of the [email protected] mailing list. > To unsubscribe: mailto:[email protected] > For general help: mailto:[email protected]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > >
message-footer.txt
(text/plain, 238 B)
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws