Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Stepping into decompiled code without debug
Stepping into decompiled code without debug [message #720061] Mon, 29 August 2011 19:11
David M. Karr is currently offline David M. KarrFriend
Messages: 801
Registered: July 2009
Senior Member
In the past, if I stepped into decompiled code that was compiled without debug, I would see each parameter and local variable show up in the "Variables" pane with default names. It starts with "arg0" and increases from there. if I stepped over a line that defined another local variable, a new name would appear in the "Variables" pane.

Today, I'm doing this, but I only ever see "arg0" appear (in addition to "this"). It's not even displaying a symbol entry for local variables.

Am I remembering this incorrectly? Did it ever show entries for the local variables when the class wasn't compiled with debug?
Previous Topic:Eclipse Graphic Xml Editor Not showing Scroll view
Next Topic:I need help!
Goto Forum:
  


Current Time: Thu Apr 25 15:59:47 GMT 2024

Powered by FUDForum. Page generated in 0.03129 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top