<?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: How to connect vim with gdb — using clewn</title>
	<atom:link href="http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/feed/" rel="self" type="application/rss+xml" />
	<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/</link>
	<description>Life happens. Love helps.</description>
	<lastBuildDate>Thu, 20 Feb 2014 17:37:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>By: Archer</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-14</link>
		<dc:creator><![CDATA[Archer]]></dc:creator>
		<pubDate>Sat, 28 Dec 2013 17:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-14</guid>
		<description><![CDATA[Hi,
First great blog on Clewn, Just a suggestion, because if we use vundle or pythogen plugin for VIM plugin then these folder won&#039;t be present, so we have to create them.

mkdir ~/.vim/plugin/
mkdir ~/.vim/doc/
mkdir ~/.vim/macros/
mkdir ~/.vim/syntax/]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
First great blog on Clewn, Just a suggestion, because if we use vundle or pythogen plugin for VIM plugin then these folder won&#8217;t be present, so we have to create them.</p>
<p>mkdir ~/.vim/plugin/<br />
mkdir ~/.vim/doc/<br />
mkdir ~/.vim/macros/<br />
mkdir ~/.vim/syntax/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ji</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-13</link>
		<dc:creator><![CDATA[ji]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 08:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-13</guid>
		<description><![CDATA[I gave it a try, I got stuck because the Ctrl-B does not work for me. No breakpoints are set. Could you help? Thanks]]></description>
		<content:encoded><![CDATA[<p>I gave it a try, I got stuck because the Ctrl-B does not work for me. No breakpoints are set. Could you help? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ares</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-12</link>
		<dc:creator><![CDATA[ares]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 08:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-12</guid>
		<description><![CDATA[thank you for sharing~
i want to ask if there is any simple method to debug a program which you are already programming in gvim?]]></description>
		<content:encoded><![CDATA[<p>thank you for sharing~<br />
i want to ask if there is any simple method to debug a program which you are already programming in gvim?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newpolaris</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-11</link>
		<dc:creator><![CDATA[newpolaris]]></dc:creator>
		<pubDate>Mon, 16 Feb 2009 12:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-11</guid>
		<description><![CDATA[Thanks a lots for the post! 
I finally know how to install clewn and how to use it by this post]]></description>
		<content:encoded><![CDATA[<p>Thanks a lots for the post!<br />
I finally know how to install clewn and how to use it by this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chunhao</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-10</link>
		<dc:creator><![CDATA[Chunhao]]></dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-10</guid>
		<description><![CDATA[@Error323:
Thanks for your recommendation. :)]]></description>
		<content:encoded><![CDATA[<p>@Error323:<br />
Thanks for your recommendation. <img src="http://chunhao.net/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Error323</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-9</link>
		<dc:creator><![CDATA[Error323]]></dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-9</guid>
		<description><![CDATA[Thanks alot for the post, clewn is cool! You may wanna be consistent with the C-J, CTRL-J stuff btw :) got me fooled here and there hehe.]]></description>
		<content:encoded><![CDATA[<p>Thanks alot for the post, clewn is cool! You may wanna be consistent with the C-J, CTRL-J stuff btw <img src="http://chunhao.net/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> got me fooled here and there hehe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clizje azrh</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-8</link>
		<dc:creator><![CDATA[clizje azrh]]></dc:creator>
		<pubDate>Thu, 31 Jul 2008 05:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-8</guid>
		<description><![CDATA[dcgmv dzoj tiwxd lhynqd tdkrs oxagn bcom]]></description>
		<content:encoded><![CDATA[<p>dcgmv dzoj tiwxd lhynqd tdkrs oxagn bcom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ramsey</title>
		<link>http://chunhao.net/blog/how-to-connect-vim-with-gdb-using-clewn/#comment-7</link>
		<dc:creator><![CDATA[Tim Ramsey]]></dc:creator>
		<pubDate>Wed, 19 Mar 2008 06:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://chunhao86.cn/blog/?p=6#comment-7</guid>
		<description><![CDATA[I recently came accross your blog and have been reading along.  I thought I would leave my first comment.  I dont know what to say except that I have enjoyed reading.  Nice blog.

Tim Ramsey]]></description>
		<content:encoded><![CDATA[<p>I recently came accross your blog and have been reading along.  I thought I would leave my first comment.  I dont know what to say except that I have enjoyed reading.  Nice blog.</p>
<p>Tim Ramsey</p>
]]></content:encoded>
	</item>
</channel>
</rss>
