TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gdb: graphic (tui) mode

34 pointsby nicolasbrailoabout 14 years ago

6 comments

jzilaabout 14 years ago
Or you can use cgdb (<a href="http://cgdb.sourceforge.net/" rel="nofollow">http://cgdb.sourceforge.net/</a>), which has syntax highlighting and Vim keybindings.
评论 #2471413 未加载
评论 #2473649 未加载
njs12345about 14 years ago
There's also gdb-mode for emacs, if you're so inclined: <a href="http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gdb.html" rel="nofollow">http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gd...</a>
erezabout 14 years ago
Ubuntu/debian has a package called gdbtui which does exactly what gdb -tui does
评论 #2472080 未加载
chanuxabout 14 years ago
Not sure if I'm adding value here but gdbtui also works (article mentions gdb -tui).
lallysinghabout 14 years ago
This is a really nice way to debug generated assembly, useful for LLVM hacking.
kaelukaabout 14 years ago
made my day! thanks :)