You could use

  System.out.println(account)

and see the result in the console.

Tom


At 10:40 20.02.02 +0100, you wrote:
>This is an old request, but it's still valid
>
>In debug mode, when evaluating (F8) an object,
>the first line uses the default Object.toString ()
>
>Ex.
>     account={com.mycomp.project.Account@45}.
>     +
>
>
>Most of the time, using the  object own toString() would prove more useful.
>
>Ex.
>     account={[Account: id=1003, type=new, owner=John Smith, date=...]}.
>     +
>
>
>If it's too long, a "wrap long line" option would be nice.
>
>Alain Ravet


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to