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 !

你可能感兴趣的:(windows,centos,Tcl)