简体   繁体   中英

No TUI support for gdb on Mac?

I'm trying to use TUI mode in gdb on my Mac and for some reason it doesn't recognize the "-tui" flag.

I am about to install the latest version but as I can't find any mention of TUI not working in older versions, I was swondering if perhaps I'm doing it wrong.

How can I use TUI on my Mac?

GDB can be built without tui, and this may be the case. Compile gdb for yourself, and enable TUI in configure.

Or, compile a cgdb, which is very like TUI.

How to install cgdb http://lists.apple.com/archives/Xcode-users/2009/Jul/msg00194.html Also this letter says:

but the Apple gdb is built with this feature /TUI/ disabled.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM