1. Lua script for Geany to view manpage of functions

    Wed 22 September 2010
    • 装备 tags:
    • c
    • foss
    • geany
    • linux
    • lua published: true comments: true

    Requirement

    When editing when Geany, you need some document of system library functions at hand. So you want to browse manpage at any time.

    Solution

    Just two lines:
    [cc lang="lua"]
    sel=geany.selection()
    geany.launch('rxvt-unicode', '-e' …

  2. GUI Debugging tools

    Sat 18 September 2010
    • 装备 tags:
    • c
    • foss
    • gdb
    • gnome
    • linux published: true comments: true

    想了解一个C程序的运行,打算用gdb来单步看一下流程,发现直接用gdb不太方便,然后模仿偶像用emacs的gdb支持(M-x gdb)。但是境界实在是比不上偶像 …

« Page 72 / 133 »