Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:18 Go to next message
x xFriend
Messages: 4
Registered: August 2012
Junior Member
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 15:46 Go to previous messageGo to next message
Javin Paul is currently offline Javin PaulFriend
Messages: 48
Registered: July 2011
Location: mumbai
Member

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 13:30 Go to previous messageGo to next message
x xFriend
Messages: 4
Registered: August 2012
Junior Member
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 14:09 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
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: Thu Apr 18 14:07:54 GMT 2024

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

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

Back to the top