<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Prolog within Java</title>
	<atom:link href="http://tore.vestues.no/2008/02/15/prolog-within-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://tore.vestues.no/2008/02/15/prolog-within-java/</link>
	<description>On a quest for the silver bullet..</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mat</title>
		<link>http://tore.vestues.no/2008/02/15/prolog-within-java/comment-page-1/#comment-208</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Fri, 15 Feb 2008 14:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://tore.vestues.no/2008/02/15/prolog-within-java/#comment-208</guid>
		<description>Regarding debugging of Prolog programs: There are quite sophisticated tools that help with that. For example, in SWI-Prolog, try:

?- gtrace, YourGoal.

to graphically step through your code. Almost all Prologs ship with the textual &quot;trace&quot; command, and often other tools that help a lot. For several large real-life applications from many areas that are written in Prolog, see for example the SICStus Prolog site, or the projects written in SWI.</description>
		<content:encoded><![CDATA[<p>Regarding debugging of Prolog programs: There are quite sophisticated tools that help with that. For example, in SWI-Prolog, try:</p>
<p>?- gtrace, YourGoal.</p>
<p>to graphically step through your code. Almost all Prologs ship with the textual &#8220;trace&#8221; command, and often other tools that help a lot. For several large real-life applications from many areas that are written in Prolog, see for example the SICStus Prolog site, or the projects written in SWI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

