<?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: Companion.JS: IE Debugging, now supports console.log</title>
	<atom:link href="http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: JFR</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-259295</link>
		<dc:creator>JFR</dc:creator>
		<pubDate>Mon, 26 Nov 2007 08:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-259295</guid>
		<description>Hi;

@Habesh : The problem you are reporting is a bug on Companion.JS not handling refreshes. I am working on it to correct it on a future release.

Regards.

JFR
http://www.debugbar.com</description>
		<content:encoded><![CDATA[<p>Hi;</p>
<p>@Habesh : The problem you are reporting is a bug on Companion.JS not handling refreshes. I am working on it to correct it on a future release.</p>
<p>Regards.</p>
<p>JFR<br />
<a href="http://www.debugbar.com" rel="nofollow">http://www.debugbar.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Habesh</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-259177</link>
		<dc:creator>Habesh</dc:creator>
		<pubDate>Wed, 21 Nov 2007 22:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-259177</guid>
		<description>i write something like the following to test console object in IE 
if(typeof console === &#039;undefined&#039;){
         alert(&quot;test fail&quot;);
  }
  else{
            alert(&quot;test pass&quot;);
   }
when the page first loads it alert &quot;test pass&quot; (i have companion.js installed)
but when i refresh the page by hitting f5 it alert &quot;test fail&quot;</description>
		<content:encoded><![CDATA[<p>i write something like the following to test console object in IE<br />
if(typeof console === &#8216;undefined&#8217;){<br />
         alert(&#8220;test fail&#8221;);<br />
  }<br />
  else{<br />
            alert(&#8220;test pass&#8221;);<br />
   }<br />
when the page first loads it alert &#8220;test pass&#8221; (i have companion.js installed)<br />
but when i refresh the page by hitting f5 it alert &#8220;test fail&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFR</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257500</link>
		<dc:creator>JFR</dc:creator>
		<pubDate>Mon, 22 Oct 2007 07:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257500</guid>
		<description>@Albert KÃ¼hner: This may come from the fact that you disabled the debugger in the IE options. Otherwise this is a bug :-(

Do not hesitate to contact me directly to investigate on your problem.

I already got feedback from users and found some bugs.

I will try to post a new 0.2.1 version soon with bug corrections.

Thanks for all the feedback !

Regards.

JFR
http://www.debugbar.com</description>
		<content:encoded><![CDATA[<p>@Albert KÃ¼hner: This may come from the fact that you disabled the debugger in the IE options. Otherwise this is a bug :-(</p>
<p>Do not hesitate to contact me directly to investigate on your problem.</p>
<p>I already got feedback from users and found some bugs.</p>
<p>I will try to post a new 0.2.1 version soon with bug corrections.</p>
<p>Thanks for all the feedback !</p>
<p>Regards.</p>
<p>JFR<br />
<a href="http://www.debugbar.com" rel="nofollow">http://www.debugbar.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257466</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 20 Oct 2007 12:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257466</guid>
		<description>I&#039;ve had the chance to play with this for about a day and a half now on a project I&#039;m working on, and the convenience of not having to click &quot;Yes! I fricken want to debug&quot;, &quot;Yes, use the same fricken debugger as last time&quot;, and &quot;Yes, I&#039;m fricken done debugging now. That&#039;s why I clicked the close button&quot; just makes this awesome. Good stuff.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had the chance to play with this for about a day and a half now on a project I&#8217;m working on, and the convenience of not having to click &#8220;Yes! I fricken want to debug&#8221;, &#8220;Yes, use the same fricken debugger as last time&#8221;, and &#8220;Yes, I&#8217;m fricken done debugging now. That&#8217;s why I clicked the close button&#8221; just makes this awesome. Good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert KÃ¼hner</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257415</link>
		<dc:creator>Albert KÃ¼hner</dc:creator>
		<pubDate>Fri, 19 Oct 2007 12:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257415</guid>
		<description>When activating the console my cursor switches between &quot;point&quot; and &quot;wait&quot; all the time even in other programs. When closing the IE or disabling the console everything is fine again.

Win XP SP 2 German, IE 7</description>
		<content:encoded><![CDATA[<p>When activating the console my cursor switches between &#8220;point&#8221; and &#8220;wait&#8221; all the time even in other programs. When closing the IE or disabling the console everything is fine again.</p>
<p>Win XP SP 2 German, IE 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Michaux</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257402</link>
		<dc:creator>Peter Michaux</dc:creator>
		<pubDate>Fri, 19 Oct 2007 04:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257402</guid>
		<description>Awesome new tool! Many thanks to the Companion.JS developer!!!</description>
		<content:encoded><![CDATA[<p>Awesome new tool! Many thanks to the Companion.JS developer!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFR</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257381</link>
		<dc:creator>JFR</dc:creator>
		<pubDate>Thu, 18 Oct 2007 17:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257381</guid>
		<description>Hi,

The Debugbar is not giving detailled info about a javascript error, just   a line number without corresponding file (possibly external .js file for instance), and no call stack.

Companion.JS is based on a real JS debugger and gives DETAILLED javascript error with call stack info (see screenshot on the homepage).

Companion.JS can be seen as a complement to DebugBar for more accurate Javascript debugging.

I will continue to improve DebugBar on the DOM/CSS side and improve Companion.JS on the javascript side.

I hope this is clear. Do not hesitate to answer for more info. 

About the HTTP/S tab, please contact me so I can investigate.

JFR
http://www.debugbar.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The Debugbar is not giving detailled info about a javascript error, just   a line number without corresponding file (possibly external .js file for instance), and no call stack.</p>
<p>Companion.JS is based on a real JS debugger and gives DETAILLED javascript error with call stack info (see screenshot on the homepage).</p>
<p>Companion.JS can be seen as a complement to DebugBar for more accurate Javascript debugging.</p>
<p>I will continue to improve DebugBar on the DOM/CSS side and improve Companion.JS on the javascript side.</p>
<p>I hope this is clear. Do not hesitate to answer for more info. </p>
<p>About the HTTP/S tab, please contact me so I can investigate.</p>
<p>JFR<br />
<a href="http://www.debugbar.com" rel="nofollow">http://www.debugbar.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Phillips</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257376</link>
		<dc:creator>Chris Phillips</dc:creator>
		<pubDate>Thu, 18 Oct 2007 16:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257376</guid>
		<description>seems to work for me. However I&#039;m confused about the difference between Companion.JS v0.2 &amp; DebugBar v4.1.1??

Also for me in IE6.0.2900 The DebugBar&#039;s HTTP(s) tab never shows anything - I was expecting to see my AJAX calls.</description>
		<content:encoded><![CDATA[<p>seems to work for me. However I&#8217;m confused about the difference between Companion.JS v0.2 &amp; DebugBar v4.1.1??</p>
<p>Also for me in IE6.0.2900 The DebugBar&#8217;s HTTP(s) tab never shows anything &#8211; I was expecting to see my AJAX calls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFR</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257366</link>
		<dc:creator>JFR</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257366</guid>
		<description>Hi,

About EmEhRKay comment : Do not hesitate to contact me at contact@debugbar.com

A lot of users are using Companion.JS without having troubles. The install process is not great so far and some Microsoft stuff needs to be installed before Companion.JS. So may be this is related with your troubles.

And also this a version 0.2. My goal is to improve the tool. If if does not work on your machine, and you have some time, do not hesitate to contact me so I can correct the problem and post a new version !

Thank you.

JFR
http://www.debugbar.com</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>About EmEhRKay comment : Do not hesitate to contact me at <a href="mailto:contact@debugbar.com">contact@debugbar.com</a></p>
<p>A lot of users are using Companion.JS without having troubles. The install process is not great so far and some Microsoft stuff needs to be installed before Companion.JS. So may be this is related with your troubles.</p>
<p>And also this a version 0.2. My goal is to improve the tool. If if does not work on your machine, and you have some time, do not hesitate to contact me so I can correct the problem and post a new version !</p>
<p>Thank you.</p>
<p>JFR<br />
<a href="http://www.debugbar.com" rel="nofollow">http://www.debugbar.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257363</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Thu, 18 Oct 2007 14:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257363</guid>
		<description>What was life before firebug?  Oh ya hellish :-)</description>
		<content:encoded><![CDATA[<p>What was life before firebug?  Oh ya hellish :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florian</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257358</link>
		<dc:creator>florian</dc:creator>
		<pubDate>Thu, 18 Oct 2007 12:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257358</guid>
		<description>not that I want to rant or anything, but, reading this I went and tried companion JS out. (I use a _lot_ of js, surprise surprise)

1) page reload would randomly just take forever
2) if an error happens it would just not be displayed
3) errors would be displayed (for instance in firebuglite.js) where there are none
4) it would make my site untestable and broken with companion JS

5mins after trying that was uninstalled and banned from my machine.

It made IE even _worse_, *gasp*. *sigh*.</description>
		<content:encoded><![CDATA[<p>not that I want to rant or anything, but, reading this I went and tried companion JS out. (I use a _lot_ of js, surprise surprise)</p>
<p>1) page reload would randomly just take forever<br />
2) if an error happens it would just not be displayed<br />
3) errors would be displayed (for instance in firebuglite.js) where there are none<br />
4) it would make my site untestable and broken with companion JS</p>
<p>5mins after trying that was uninstalled and banned from my machine.</p>
<p>It made IE even _worse_, *gasp*. *sigh*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EmEhRKay</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257357</link>
		<dc:creator>EmEhRKay</dc:creator>
		<pubDate>Thu, 18 Oct 2007 12:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257357</guid>
		<description>Yes!</description>
		<content:encoded><![CDATA[<p>Yes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257348</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257348</guid>
		<description>Good find :)</description>
		<content:encoded><![CDATA[<p>Good find :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevinin</title>
		<link>http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog/comment-page-1#comment-257337</link>
		<dc:creator>Kevinin</dc:creator>
		<pubDate>Thu, 18 Oct 2007 08:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/companionjs-ie-debugging-now-supports-consolelog#comment-257337</guid>
		<description>Console API: http://www.my-debugbar.com/wiki/CompanionJS/ConsoleAPI</description>
		<content:encoded><![CDATA[<p>Console API: <a href="http://www.my-debugbar.com/wiki/CompanionJS/ConsoleAPI" rel="nofollow">http://www.my-debugbar.com/wiki/CompanionJS/ConsoleAPI</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

