<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>AtlanWare's Blog</title>
	<link>http://atlanware.com/blog</link>
	<description>AtlanWare</description>
	<pubDate>Fri, 28 Sep 2007 17:41:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>awDebugger v1.1 released!</title>
		<link>http://atlanware.com/blog/2007/09/28/awdebugger-v11-released/</link>
		<comments>http://atlanware.com/blog/2007/09/28/awdebugger-v11-released/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:41:26 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[Clarion]]></category>

		<category><![CDATA[awDebugger]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/09/28/awdebugger-v11-released/</guid>
		<description><![CDATA[awDebugger v1.1 was just released! You can download a free trial of this release from our Downloads section.
The new features/improvements included in this version are:
· A Watch Window was implemented, for keeping a list of expressions to be evaluated after processing each debugging command.
· Tooltips are now displayed in the source code viewer when the [...]]]></description>
			<content:encoded><![CDATA[<p>awDebugger v1.1 was just released! You can download a free trial of this release from our Downloads section.</p>
<p>The new features/improvements included in this version are:</p>
<p>· A Watch Window was implemented, for keeping a list of expressions to be evaluated after processing each debugging command.<br />
· Tooltips are now displayed in the source code viewer when the mouse cursor is over a variable or equate name, displaying the variable name, data type and current value.<br />
· If there is any text selected in the source code viewer and the mouse cursor is over the selected text, awDebugger now evaluates the selected text as a Clarion expression and displays the resulting value in a tooltip.<br />
· Ability of selecting the thread currently in view (the thread whose information is displayed in both the Stack Trace and Registers windows).<br />
· All OutputDebugString calls done from the application being debugged can be optionally forwarded after they are processed and consumed by awDebugger (this allows you to capture them in DebugView from SysInternals, or similar software).<br />
· Ability of specifying command line parameters to be passed on when launching the application to debug.<br />
· Project-specific options from the general Options dialog now can be defined when launching the application to debug (project folder, redirection file, etc.). This options will be remembered the next time you launch the same application from awDebugger.<br />
· Now you can choose which kind of message will be written to the log when a tracepoint is hit (info, warning or error message).<br />
· A new context menu was added to the Global Data and Stack Trace windows with the following options: Locate in Memory Window, Copy value to clipboard, Copy offset to clipboard, Expand all &amp; Contract all.<br />
· The Properties Grid now also displays properties for global and local variables.</p>
<p>Thanks to all awDebugger users for their suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/09/28/awdebugger-v11-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smart Tooltips available in awDebugger v1.1!</title>
		<link>http://atlanware.com/blog/2007/07/22/smart-tooltips-available-in-awdebugger-v11/</link>
		<comments>http://atlanware.com/blog/2007/07/22/smart-tooltips-available-in-awdebugger-v11/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 20:49:13 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[awDebugger]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/07/22/smart-tooltips-available-in-awdebugger-v11/</guid>
		<description><![CDATA[As far as I can tell from our users feedback, the Immediate Window was the most welcomed feature in the short life of awDebugger, and I&#8217;m not surprised, as it is the one that saves more time when you&#8217;re debugging. But&#8230;
The truth is that it doesn&#8217;t take much time to get used to a time-saver [...]]]></description>
			<content:encoded><![CDATA[<p>As far as I can tell from our users feedback, the Immediate Window was the most welcomed feature in the short life of awDebugger, and I&#8217;m not surprised, as it is the one that saves more time when you&#8217;re debugging. But&#8230;</p>
<p>The truth is that it doesn&#8217;t take much time to get used to a time-saver feature and as soon as you got used to it, you start to see how it can be improved to save even more time. We Clarion developers are a bit lazy, and I&#8217;m not the exception to that rule <img src='http://atlanware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> so&#8230; why should I copy code from the source viewer and paste it into the Immediate Window to evaluate it if we could just tell the debugger to display the results in a tooltip?</p>
<p>That&#8217;s how the <em>smart tooltips</em> became a new item on my to-do list for awDebugger, and I am happy to tell you that they are already implemented and will be publicly available in the upcoming v1.1!</p>
<p>Here&#8217;s how they work:</p>
<ul>
<li>if you place the mouse cursor over a variable name for some time, a tooltip will appear displaying the variable name, data type and current value (for the current thread).</li>
<li>if the mouse cursor is over a Clarion equate, the value of this equate will be displayed in the tooltip.</li>
<li>you can also have smart tooltips evaluating more complex Clarion expressions. Just select the text you want to evaluate in the source code viewer, and place the mouse cursor over the selected text.</li>
</ul>
<p>I hope you enjoy it! I expect this and the rest of awDebugger v1.1 features to be available later this week.<br />
<center><br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0" height="254" width="609"></p>
<param name="movie" value="/movies/awDebugger/smartTooltips.swf"></param>
<param name="play" value="true"></param>
<param name="loop" value="false"></param>
<param name="quality" value="low"></param> <embed src="/movies/awDebugger/smartTooltips.swf" quality="low" loop="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" height="254" width="609"></embed> </object><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/07/22/smart-tooltips-available-in-awdebugger-v11/feed/</wfw:commentRss>
		</item>
		<item>
		<title>awDebugger v1.1 coming soon!</title>
		<link>http://atlanware.com/blog/2007/07/22/awdebugger-v11-coming-soon/</link>
		<comments>http://atlanware.com/blog/2007/07/22/awdebugger-v11-coming-soon/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 20:14:45 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[awDebugger]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/07/22/awdebugger-v11-coming-soon/</guid>
		<description><![CDATA[We are currently finishing the new release of awDebugger. Our goal with this product is to shorten the time you spend debugging, and in this release we have added two new features that hopefully will help to achieve our goal:

a Watch Window, for keeping a list of expressions to be evaluated at each step.
Smart Tooltips, [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently finishing the new release of awDebugger. Our goal with this product is to shorten the time you spend debugging, and in this release we have added two new features that hopefully will help to achieve our goal:</p>
<ul>
<li>a Watch Window, for keeping a list of expressions to be evaluated at each step.</li>
<li>Smart Tooltips, which displays the value and data type of the variables under the mouse cursor in the source code viewer.</li>
</ul>
<p>I expect these and other features that were requested by our users to be publicly available later this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/07/22/awdebugger-v11-coming-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New AtlanWare support forums</title>
		<link>http://atlanware.com/blog/2007/07/04/new-atlanware-support-forums/</link>
		<comments>http://atlanware.com/blog/2007/07/04/new-atlanware-support-forums/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 21:04:07 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/07/04/new-atlanware-support-forums/</guid>
		<description><![CDATA[We have just added support forums to our website!
To visit the forums, please click here.
]]></description>
			<content:encoded><![CDATA[<p>We have just added support forums to our website!</p>
<p>To visit the forums, please click <a href="http://www.atlanware.com/forum.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/07/04/new-atlanware-support-forums/feed/</wfw:commentRss>
		</item>
		<item>
		<title>awDebugger v1.0.2 released</title>
		<link>http://atlanware.com/blog/2007/07/02/awdebugger-v102-released/</link>
		<comments>http://atlanware.com/blog/2007/07/02/awdebugger-v102-released/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 01:36:16 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[AtlanWare]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/07/02/awdebugger-v102-released/</guid>
		<description><![CDATA[awDebugger v1.0.2 was just released.
This is just a maintenance release focused in solving most of the issues reported so far, specially those related to the &#8220;Step Into Source&#8221; command.
You can read more about awDebugger here.
]]></description>
			<content:encoded><![CDATA[<p>awDebugger v1.0.2 was just released.</p>
<p>This is just a maintenance release focused in solving most of the issues reported so far, specially those related to the &#8220;Step Into Source&#8221; command.</p>
<p>You can read more about awDebugger <a href="/awDebugger/awDebugger.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/07/02/awdebugger-v102-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>awDebugger v1.0.1 released</title>
		<link>http://atlanware.com/blog/2007/06/26/awdebugger-v101-released/</link>
		<comments>http://atlanware.com/blog/2007/06/26/awdebugger-v101-released/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 02:59:09 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[awDebugger]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/06/26/awdebugger-v101-released/</guid>
		<description><![CDATA[awDebugger v1.0.1 was just released.
This is just a maintenance release that hopefully solves most of the issues reported by users testing v1.0.0 so far.
]]></description>
			<content:encoded><![CDATA[<p>awDebugger v1.0.1 was just released.</p>
<p>This is just a maintenance release that hopefully solves most of the issues reported by users testing v1.0.0 so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/06/26/awdebugger-v101-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AtlanWare&#8217;s website rated as Top Rated - 2nd Tier!!</title>
		<link>http://atlanware.com/blog/2007/06/25/atlanwares-website-rated-as-top-rated-2nd-tier/</link>
		<comments>http://atlanware.com/blog/2007/06/25/atlanwares-website-rated-as-top-rated-2nd-tier/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 02:50:08 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[Clarion]]></category>

		<category><![CDATA[AtlanWare]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/2007/06/25/atlanwares-website-rated-as-top-rated-2nd-tier/</guid>
		<description><![CDATA[Today the first version of our site got rated as Top Rated - 2nd Tier in Encourager Software&#8217;s list of Clarion 3rd Party Best Dressed - Worst Dressed sites&#8230; thanks David!!
Now, Best Dressed&#8230; here we go!!
]]></description>
			<content:encoded><![CDATA[<p>Today the first version of our site got rated as Top Rated - 2nd Tier in Encourager Software&#8217;s list of <a href="http://profileexchanges.com/blog/?p=45">Clarion 3rd Party Best Dressed - Worst Dressed</a> sites&#8230; thanks David!!</p>
<p>Now, Best Dressed&#8230; here we go!!</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/06/25/atlanwares-website-rated-as-top-rated-2nd-tier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>awDebugger v1.0 released!</title>
		<link>http://atlanware.com/blog/2007/06/25/awdebugger-v10-released/</link>
		<comments>http://atlanware.com/blog/2007/06/25/awdebugger-v10-released/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 01:44:04 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[awDebugger]]></category>

		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/?p=4</guid>
		<description><![CDATA[Today we finally released awDebugger, a new Clarion debugger designed for those Clarion developers who hate to spend their valuable time debugging applications!!!
It combines a fully customizable user interface with many advanced features such as conditional breakpoints &#38; tracepoints, syntax-highlighting in both source and assembler code viewers, simplified data viewers, several windows displaying information about [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/stories/awDebuggerScreenshot.png" title="awDebugger Screenshot" alt="awDebugger Screenshot" align="left" border="0" height="180" hspace="10" vspace="10" width="240" />Today we finally released <strong>awDebugger</strong>, a new Clarion debugger designed for those Clarion developers who hate to spend their valuable time debugging applications!!!</p>
<p>It combines a fully customizable user interface with many advanced features such as conditional breakpoints &amp; tracepoints, syntax-highlighting in both source and assembler code viewers, simplified data viewers, several windows displaying information about the application being debugged, and even an interpreter of Clarion expressions!</p>
<p><strong>Finally we can choose which debugger to use!!!</strong></p>
<p>You can read more about <strong>awDebugger</strong> <a href="content/view/31/64">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/06/25/awdebugger-v10-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to AtlanWare&#8217;s blog</title>
		<link>http://atlanware.com/blog/2007/06/25/welcome-to-atlanwares-blog/</link>
		<comments>http://atlanware.com/blog/2007/06/25/welcome-to-atlanwares-blog/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 15:46:58 +0000</pubDate>
		<dc:creator>Matías Flores</dc:creator>
		
		<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://atlanware.com/blog/?p=3</guid>
		<description><![CDATA[Yes, yet another blog is online now&#8230; as if the web really needed it!!
]]></description>
			<content:encoded><![CDATA[<p>Yes, yet another blog is online now&#8230; as if the web really needed it!!</p>
]]></content:encoded>
			<wfw:commentRss>http://atlanware.com/blog/2007/06/25/welcome-to-atlanwares-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
