<?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>Tue, 31 Jan 2012 02:52:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>作者：davidmalone</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-9602</link>
		<dc:creator>davidmalone</dc:creator>
		<pubDate>Wed, 27 Jul 2011 19:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-9602</guid>
		<description>您好，我在vim中执行：
:run macros/gdb_mappings.vim
没有什么反应阿
按空格键也出不来调试窗口

看了上面的解释我输入

:set runtimepath

显示為
  runtimepath=~/.vim,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim73,/u
sr/local/share/vim/vimfiles/after,~/.vim/after

怎么办阿
谢谢</description>
		<content:encoded><![CDATA[<p>您好，我在vim中执行：<br />
:run macros/gdb_mappings.vim<br />
没有什么反应阿<br />
按空格键也出不来调试窗口</p>
<p>看了上面的解释我输入</p>
<p>:set runtimepath</p>
<p>显示為<br />
  runtimepath=~/.vim,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim73,/u<br />
sr/local/share/vim/vimfiles/after,~/.vim/after</p>
<p>怎么办阿<br />
谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：john</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-9551</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 24 Jul 2011 14:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-9551</guid>
		<description>&lt;a href=&quot;#comment-275&quot; rel=&quot;nofollow&quot;&gt;@iveney &lt;/a&gt; 
汗，我也是一样</description>
		<content:encoded><![CDATA[<p><a href="#comment-275" rel="nofollow">@iveney </a><br />
汗，我也是一样</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-5556</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Mon, 13 Dec 2010 02:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-5556</guid>
		<description>&lt;a href=&quot;#comment-5506&quot; rel=&quot;nofollow&quot;&gt;@jin &lt;/a&gt; 
在网上看到的这个错误，好像都是和netbeans相关的
会不会和你用的终端有关？你换一个其它的终端试一下呢，比如用rxvt试试？</description>
		<content:encoded><![CDATA[<p><a href="#comment-5506" rel="nofollow">@jin </a><br />
在网上看到的这个错误，好像都是和netbeans相关的<br />
会不会和你用的终端有关？你换一个其它的终端试一下呢，比如用rxvt试试？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jin</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-5506</link>
		<dc:creator>jin</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-5506</guid>
		<description>&lt;a href=&quot;#comment-5493&quot; rel=&quot;nofollow&quot;&gt;@Easwy &lt;/a&gt; 
存在的。/dev/pts/2 是按你的文章中所说，先打开一个终端，再输入tty得到的。
我也在CLI下测试了 打开了/dev/tty2，再在/dev/tty1上尝试使用vimgdb
结果还是一样，在/dev/tty2上显示信息：
warning: GDB: Failed to set controlling terminal: Operation not permitted

后来我又试着直接用GDB调试，（/dev/pts/2也是存在的）发现也是一样的错误
不论是用“gdb -tty=/dev/pts/2“
还是先打开gdb 再执行命令 &quot;tty /dev/pts/2&quot;
都得到这个错误。所以应该是GDB的问题吧。
对这个问题 
有什么想法吗？？

系统 Slackware 13.1 桌面 GNOME（版本不太清楚）
GDB 7.1 vim 7.2</description>
		<content:encoded><![CDATA[<p><a href="#comment-5493" rel="nofollow">@Easwy </a><br />
存在的。/dev/pts/2 是按你的文章中所说，先打开一个终端，再输入tty得到的。<br />
我也在CLI下测试了 打开了/dev/tty2，再在/dev/tty1上尝试使用vimgdb<br />
结果还是一样，在/dev/tty2上显示信息：<br />
warning: GDB: Failed to set controlling terminal: Operation not permitted</p>
<p>后来我又试着直接用GDB调试，（/dev/pts/2也是存在的）发现也是一样的错误<br />
不论是用“gdb -tty=/dev/pts/2“<br />
还是先打开gdb 再执行命令 “tty /dev/pts/2&#8243;<br />
都得到这个错误。所以应该是GDB的问题吧。<br />
对这个问题<br />
有什么想法吗？？</p>
<p>系统 Slackware 13.1 桌面 GNOME（版本不太清楚）<br />
GDB 7.1 vim 7.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb/#comment-5493</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 07 Dec 2010 02:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=176#comment-5493</guid>
		<description>&lt;a href=&quot;#comment-5474&quot; rel=&quot;nofollow&quot;&gt;@jin &lt;/a&gt; 
你的/dev/pts/2这个终端确实存在吗？
你按我这篇文章里说的做一次试一下：&lt;a href=&quot;http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb-faq/&quot; rel=&quot;nofollow&quot;&gt;vimgdb调试时的常见问题及解决&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-5474" rel="nofollow">@jin </a><br />
你的/dev/pts/2这个终端确实存在吗？<br />
你按我这篇文章里说的做一次试一下：<a href="http://easwy.com/blog/archives/advanced-vim-skills-vim-gdb-vimgdb-faq/" rel="nofollow">vimgdb调试时的常见问题及解决</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

