开发者

How do you change what the Eclipse debugger displays for an object in the Variables pane?

开发者 https://www.devze.com 2023-01-13 02:40 出处:网络
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 kee

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消