<?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"
	>
<channel>
	<title>Comments on: Improved Flex Debugger</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 21 May 2012 08:07:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Rodislav Moldovan</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-153795</link>
		<dc:creator>Rodislav Moldovan</dc:creator>
		<pubDate>Fri, 03 Dec 2010 22:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-153795</guid>
		<description>Hi, what about support Object attributes while debugging !?
and i think it would be nice to make an (eclipse-like) debug perspective which is auto closed / launched 
i`m not an eclipse-adicted user, but feature is handy</description>
		<content:encoded><![CDATA[<p>Hi, what about support Object attributes while debugging !?<br />
and i think it would be nice to make an (eclipse-like) debug perspective which is auto closed / launched<br />
i`m not an eclipse-adicted user, but feature is handy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmac</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-152105</link>
		<dc:creator>pmac</dc:creator>
		<pubDate>Tue, 23 Nov 2010 18:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-152105</guid>
		<description>Nope, there is a bug that causes the browser to freeze when intelli has remote-debug connected to it.  Any network operations (blaze DS, for example) take a long, long time.  I opened a bug for this... but no-one believes me :)  Reproduced on OS X and Ubuntu.</description>
		<content:encoded><![CDATA[<p>Nope, there is a bug that causes the browser to freeze when intelli has remote-debug connected to it.  Any network operations (blaze DS, for example) take a long, long time.  I opened a bug for this&#8230; but no-one believes me <img src='http://blogs.jetbrains.com/idea/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Reproduced on OS X and Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodislav Moldovan</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-147542</link>
		<dc:creator>Rodislav Moldovan</dc:creator>
		<pubDate>Fri, 01 Oct 2010 14:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-147542</guid>
		<description>"Debugging network Flash/Flex application can freeze browsers, I tried browsers: IE, Firefox, Safari, Opera, all frozen"

This is something normal, the process is paused and controlled by debugger - browser owns flashplayer process and debugger owns browser.. so freezing is normal.</description>
		<content:encoded><![CDATA[<p>&#8220;Debugging network Flash/Flex application can freeze browsers, I tried browsers: IE, Firefox, Safari, Opera, all frozen&#8221;</p>
<p>This is something normal, the process is paused and controlled by debugger - browser owns flashplayer process and debugger owns browser.. so freezing is normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trying Intelli J</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-139506</link>
		<dc:creator>trying Intelli J</dc:creator>
		<pubDate>Mon, 02 Aug 2010 03:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-139506</guid>
		<description>Debugging network Flash/Flex application can freeze browsers, I tried browsers: IE, Firefox, Safari, Opera, all frozen. ... ....</description>
		<content:encoded><![CDATA[<p>Debugging network Flash/Flex application can freeze browsers, I tried browsers: IE, Firefox, Safari, Opera, all frozen. &#8230; &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Doroshko</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-139175</link>
		<dc:creator>Alexander Doroshko</dc:creator>
		<pubDate>Wed, 28 Jul 2010 14:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-139175</guid>
		<description>Boris, yes, it is possible but only in a hacky way (and makes sense only when using Flash Player 10.x). You can manually substitute [Flex SDK 3]/lib/fdb.jar to the one from [Flex SDK 4]/lib. And also substitute all its dependencies mentioned in MANIFEST.MF inside this jar (swfutils.jar, mxmlc.jar, asc.jar). But these jars are also used for compiler, so not to break compilation you should give them some different name (like swfutils_4.jar etc.) and fix MANIFEST.MF in fdb.jar accordingly.</description>
		<content:encoded><![CDATA[<p>Boris, yes, it is possible but only in a hacky way (and makes sense only when using Flash Player 10.x). You can manually substitute [Flex SDK 3]/lib/fdb.jar to the one from [Flex SDK 4]/lib. And also substitute all its dependencies mentioned in MANIFEST.MF inside this jar (swfutils.jar, mxmlc.jar, asc.jar). But these jars are also used for compiler, so not to break compilation you should give them some different name (like swfutils_4.jar etc.) and fix MANIFEST.MF in fdb.jar accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris Byk</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-138943</link>
		<dc:creator>Boris Byk</dc:creator>
		<pubDate>Sat, 24 Jul 2010 08:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-138943</guid>
		<description>You wrote that complex expression evaluation worked only with Flex SDK 4. Any chance we can use debugger from SDK 4 with applications built with SDK 3 (Eclipse does it)?</description>
		<content:encoded><![CDATA[<p>You wrote that complex expression evaluation worked only with Flex SDK 4. Any chance we can use debugger from SDK 4 with applications built with SDK 3 (Eclipse does it)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-136328</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 21 Jun 2010 13:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-136328</guid>
		<description>Again: two thumbs up!</description>
		<content:encoded><![CDATA[<p>Again: two thumbs up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-135899</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 15 Jun 2010 15:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-135899</guid>
		<description>These are wonderful enhancements.  We just started evaluating IntelliJ and are very happy with it so far.</description>
		<content:encoded><![CDATA[<p>These are wonderful enhancements.  We just started evaluating IntelliJ and are very happy with it so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-133911</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Sat, 08 May 2010 09:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-133911</guid>
		<description>Amazingly helpful improvements, thank you.

JetBrains' IntelliJ9 team just keeps one-upping Flex/Flash Builder time and time again with an IDE that is cheaper, integrates better, improves faster, is more performant and not tied to only one language.

You rock.</description>
		<content:encoded><![CDATA[<p>Amazingly helpful improvements, thank you.</p>
<p>JetBrains&#8217; IntelliJ9 team just keeps one-upping Flex/Flash Builder time and time again with an IDE that is cheaper, integrates better, improves faster, is more performant and not tied to only one language.</p>
<p>You rock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy</title>
		<link>http://blogs.jetbrains.com/idea/2010/05/improved-flex-debugger/#comment-133910</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Sat, 08 May 2010 08:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=2935#comment-133910</guid>
		<description>It is verry cool!! Thanx!</description>
		<content:encoded><![CDATA[<p>It is verry cool!! Thanx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

