TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Debugging In Vim

56 点作者 zschoche超过 11 年前

6 条评论

jamesmiller5超过 11 年前
I have also had a great time using `ddd` which is a lovely front-end for GDB. It's memory visualizer has helped me tremendously when learning complicated data structures.
cel超过 11 年前
Similarly, debug JS in Vim (also using the netbeans protocol):<p>node-vim-debugger <a href="https://github.com/sidorares/node-vim-debugger" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sidorares&#x2F;node-vim-debugger</a><p>presentation: <a href="http://andreysidorov.com/presentations/melbjs/0913/" rel="nofollow">http:&#x2F;&#x2F;andreysidorov.com&#x2F;presentations&#x2F;melbjs&#x2F;0913&#x2F;</a>
评论 #6473244 未加载
ktf超过 11 年前
I highly recommend vdebug (<a href="https://github.com/joonty/vdebug" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;joonty&#x2F;vdebug</a>) if you&#x27;re looking for a great Vim interface to DBGP debuggers (for PHP, Python, Ruby, Perl, Node, etc.). Really nice, especially compared to the countless half-broken and out-of-date Vim&#x2F;DBGP plugins that are scattered around vim.org and github.
评论 #6471298 未加载
CraigJPerry超过 11 年前
The site appears to be down for now but i got to the content via fullhn.com (there doesn&#x27;t appear to be a permalink i can list for there, it&#x27;s currently fullhn.com&#x2F;#article-5)
Blinkky超过 11 年前
Have a look at cgdb, it&#x27;s gdb with a UI modeled after vim.<p><a href="http://cgdb.github.io/" rel="nofollow">http:&#x2F;&#x2F;cgdb.github.io&#x2F;</a>
DiabloD3超过 11 年前
I don&#x27;t get why you&#x27;d want a debugger in Vim when you could just use tmux to get what you want in a cleaner way.
评论 #6471257 未加载
评论 #6470609 未加载