From jan@swi.psy.uva.nl Tue Feb 13 10:08:55 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f1D98tZ04189;
	Tue, 13 Feb 2001 10:08:55 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA32451;
	Tue, 13 Feb 2001 10:08:54 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Paul Singleton <p.singleton@keele.ac.uk>
Subject: Re: [SWIPL] Integrated SWI-Prolog 4.0.0/XPCE 5.1.0 available
Date: Tue, 13 Feb 2001 10:07:13 +0100
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
References: <01020917210205.21962@gollem> <3A882B65.BAE6DD19@keele.ac.uk>
In-Reply-To: <3A882B65.BAE6DD19@keele.ac.uk>
Cc: prolog@gollem.swi.psy.uva.nl
MIME-Version: 1.0
Message-Id: <01021310085400.32405@gollem>
Content-Transfer-Encoding: 8bit

On Mon, 12 Feb 2001, you wrote:
>A quick question: how do I start the GUI tracer in the (Win32 binary)
>XPCE/Prolog?

?- guitracer.
Loading XPCE GUI tracer ... loaded!

?-

And then trace normally.  As soon as a spy or trace port is hit it
will actually open the graphical frontend.

	--- Jan

