Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debug Perspective - Variables Detail Pane - "@xxxxxxx" string after type
Debug Perspective - Variables Detail Pane - "@xxxxxxx" string after type [message #899850] Thu, 02 August 2012 11:18 Go to next message
Eclipse UserFriend
When clicking on certain items in the Variables view within the Debugger perspective, the Variables detail pane will display the item's type, followed by an "@" character and then a mix of of 7 or more numbers and letters. What does this "@xxxxxxx" portion represent?
Re: Debug Perspective - Variables Detail Pane - "@xxxxxxx" string after type [message #901458 is a reply to message #899850] Sun, 12 August 2012 11:46 Go to previous messageGo to next message
Eclipse UserFriend
are you looking values for Objects ? if yes does those object has overridden toString() method ?
Re: Debug Perspective - Variables Detail Pane - "@xxxxxxx" string after type [message #917832 is a reply to message #901458] Thu, 20 September 2012 09:30 Go to previous messageGo to next message
Eclipse UserFriend
Sorry for not responding earlier, but I have a Mercurial plug-in installed and I think it may have been extra information added by this plug-in (although I'm not completely certain).
Re: Debug Perspective - Variables Detail Pane - "@xxxxxxx" string after type [message #920844 is a reply to message #917832] Sun, 23 September 2012 10:09 Go to previous message
Eclipse UserFriend
x x wrote on Thu, 20 September 2012 15:30
Sorry for not responding earlier, but I have a Mercurial plug-in installed and I think it may have been extra information added by this plug-in (although I'm not completely certain).


Mercurial has nothing to do with this.

After Javin's answer all you need is look at the source of Object.toString().

Previous Topic:Plugin Development getContent from editor
Next Topic:Dependent class compilation
Goto Forum:
  


Current Time: Sat Jul 12 08:07:48 EDT 2025

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

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

Back to the top