dolce 发表于 2013-2-7 11:51:57

CentOS下安装使用insight

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 !
页: [1]
查看完整版本: CentOS下安装使用insight