<?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>《vi/vim使用进阶: 在VIM中使用GDB调试 &#8211; 使用vimgdb》的评论</title>
	<atom:link href="http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/</link>
	<description>关注Linux, Scala, Android, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Mon, 14 May 2012 09:51:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：叶剑飞</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-15396</link>
		<dc:creator>叶剑飞</dc:creator>
		<pubDate>Sat, 24 Mar 2012 07:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-15396</guid>
		<description>&lt;a href=&quot;#comment-1498&quot; rel=&quot;nofollow&quot;&gt;@Dim&lt;/a&gt;, 

Windows下是编译带有vimgdb补丁的vim源代码的，会编译错误的。
连Cygwin都不行。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1498" rel="nofollow">@Dim</a>, </p>
<p>Windows下是编译带有vimgdb补丁的vim源代码的，会编译错误的。<br />
连Cygwin都不行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：叶剑飞</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-15394</link>
		<dc:creator>叶剑飞</dc:creator>
		<pubDate>Sat, 24 Mar 2012 07:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-15394</guid>
		<description>在Fedora、Red Hat、Ubuntu上都成功编译了打了vimgdb补丁的vim源代码。
在Fedora、Red Hat能够正常地在vim中使用gdb。但是，在Ubuntu中，一旦在底行键入“:run macros/gdb_mappings.vim”，vim立刻崩溃。出现错误提示：
&lt;blockquote&gt;
段错误（吐核）
已放弃
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>在Fedora、Red Hat、Ubuntu上都成功编译了打了vimgdb补丁的vim源代码。<br />
在Fedora、Red Hat能够正常地在vim中使用gdb。但是，在Ubuntu中，一旦在底行键入“:run macros/gdb_mappings.vim”，vim立刻崩溃。出现错误提示：</p>
<blockquote><p>
段错误（吐核）<br />
已放弃
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>作者：叶剑飞</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-15393</link>
		<dc:creator>叶剑飞</dc:creator>
		<pubDate>Sat, 24 Mar 2012 06:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-15393</guid>
		<description>&lt;a href=&quot;#comment-509&quot; rel=&quot;nofollow&quot;&gt;@clxme&lt;/a&gt;, 
肯定不行的啦！
vimgdb补丁是专门根据UNIX/Linux版的vim源代码设计的。</description>
		<content:encoded><![CDATA[<p><a href="#comment-509" rel="nofollow">@clxme</a>,<br />
肯定不行的啦！<br />
vimgdb补丁是专门根据UNIX/Linux版的vim源代码设计的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：叶剑飞</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-15392</link>
		<dc:creator>叶剑飞</dc:creator>
		<pubDate>Sat, 24 Mar 2012 06:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-15392</guid>
		<description>&lt;a href=&quot;#comment-49&quot; rel=&quot;nofollow&quot;&gt;@Easwy&lt;/a&gt;, 

把Vim源代码包中的Makefile中的下面这行之前的井号去掉，就可以编译出gVim
CONF_OPT_GUI = --enable-gui=gnome</description>
		<content:encoded><![CDATA[<p><a href="#comment-49" rel="nofollow">@Easwy</a>, </p>
<p>把Vim源代码包中的Makefile中的下面这行之前的井号去掉，就可以编译出gVim<br />
CONF_OPT_GUI = &#8211;enable-gui=gnome</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：叶剑飞</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-15390</link>
		<dc:creator>叶剑飞</dc:creator>
		<pubDate>Sat, 24 Mar 2012 05:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-15390</guid>
		<description>每次遇到scanf()或者getchar()的时候，结果就是

GDB busy: command discarded, please retry</description>
		<content:encoded><![CDATA[<p>每次遇到scanf()或者getchar()的时候，结果就是</p>
<p>GDB busy: command discarded, please retry</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-12986</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 27 Dec 2011 08:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-12986</guid>
		<description>你在&#039;runtimepath&#039;选项所在的目录里能找到macros/gdb_mappings.vim吗？</description>
		<content:encoded><![CDATA[<p>你在&#8217;runtimepath&#8217;选项所在的目录里能找到macros/gdb_mappings.vim吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ma Juncheng</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-12165</link>
		<dc:creator>Ma Juncheng</dc:creator>
		<pubDate>Sun, 20 Nov 2011 07:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-12165</guid>
		<description>执行了:run macros/gdb_mappings.vim, 打的过程中不能自动完成，执行后也没任何改变。。。</description>
		<content:encoded><![CDATA[<p>执行了:run macros/gdb_mappings.vim, 打的过程中不能自动完成，执行后也没任何改变。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mces89</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-10818</link>
		<dc:creator>mces89</dc:creator>
		<pubDate>Thu, 29 Sep 2011 16:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-10818</guid>
		<description>你好，我在执行了:run macros/gdb_mappings.vim ，提示成功了，但是按空格毫无反应，是怎么回事？</description>
		<content:encoded><![CDATA[<p>你好，我在执行了:run macros/gdb_mappings.vim ，提示成功了，但是按空格毫无反应，是怎么回事？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-9707</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Wed, 03 Aug 2011 09:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-9707</guid>
		<description>&lt;a href=&quot;#comment-9604&quot; rel=&quot;nofollow&quot;&gt;@davidmalone &lt;/a&gt; 
试试&quot;:run! macros/gdb_mappings.vim&quot;</description>
		<content:encoded><![CDATA[<p><a href="#comment-9604" rel="nofollow">@davidmalone </a><br />
试试”:run! macros/gdb_mappings.vim”</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：davidmalone</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-9604</link>
		<dc:creator>davidmalone</dc:creator>
		<pubDate>Wed, 27 Jul 2011 21:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-9604</guid>
		<description>es@es-laptop:~/Desktop/try$ find /usr/local/share/vim -name &quot;gdb_mappings.vim&quot;
/usr/local/share/vim/vim73/macros/gdb_mappings.vim

有gdb_mappings.vim啊</description>
		<content:encoded><![CDATA[<p>es@es-laptop:~/Desktop/try$ find /usr/local/share/vim -name “gdb_mappings.vim”<br />
/usr/local/share/vim/vim73/macros/gdb_mappings.vim</p>
<p>有gdb_mappings.vim啊</p>
]]></content:encoded>
	</item>
</channel>
</rss>

