What is Insight?
Insight is a version of GDB that uses Tcl/Tk to implement a graphical user inter-face. It is a fully integrated GUI, not a separate front-end program. The interface consists of several separate windows, which use standard elements like buttons, scrollbars, entry boxes and such to create a fairly easy to use interface. Each window has a distinct content and purpose, and can be enabled or disabled individually. The windows contain things like the current source file, a disassembly of the current function, text commands (for things that aren't accessible via a button), and so forth.
centos官方源里没有insight的可执行码,需要自己编译。make前需要安装几个库,yum install tk* libtermcap*。然后./configure , make , make install !
本文详细介绍了如何从CentOS官方源获取并自行编译Insight,一款使用Tcl/Tk实现的图形用户界面工具。通过安装必要的库,进行`make`和`make install`操作,实现Insight的配置与使用。
1477

被折叠的 条评论
为什么被折叠?



