[27063] in Athena Bugs
Re: sun4 9.4.36: java 1.5.0_06's jdb
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Mar 10 23:38:39 2007
From: Greg Hudson <ghudson@mit.edu>
To: John Hawkinson <jhawk@mit.edu>
In-Reply-To: <200703110315.l2B3FPMH011652@portnoy.mit.edu>
Content-Type: text/plain
Date: Sat, 10 Mar 2007 23:39:16 -0500
Message-Id: <1173587956.3706.309.camel@error-messages.mit.edu>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Spam-Flag: NO
X-Spam-Score: 0.00
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
On Sat, 2007-03-10 at 22:15 -0500, John Hawkinson wrote:
> > stop in System.out.println
System.out is not the name of a class.  It's a variable containing some
kind of stream object.  You'd want to stop in the println method of
whatever type that variable has.