How do you change what the Eclipse debugger displays for an object in the Variables pane?
How do you chan开发者_如何学Pythonge what the Eclipse debugger displays for a Java object in the Variables pane? I'd like to provide a custom string to put there for my objects so I don't have to keep clicking on them. The default of SomeClass (id=111111...) isn't very useful.
I'm using Eclipse 3.6.0.
Use detail formatters.
精彩评论