Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个使用 GNU autotools 的项目,所以为了使用 gdb 调试代码,我在 libtool 中运行 gdb:
libtool --mode=execute gdbtui foobar
是否有可能从 geany IDE 中以某种方式做到这一点?或者以某种方式运行 libtool e geany 而不是 gdb?
除了实际的调试插件Debugger和更新和维护的Scope插件之外,您还可以在 Geany 本身中运行任意构建命令。后者在手册中以及wiki 上的有用文章中进行了描述。
基本思想是您需要使用构建菜单的“设置构建命令”对话框来配置手册中描述的自定义命令(带有漂亮的屏幕截图和所有字段和占位符的描述)。您可以从 Geany 中的“帮助”菜单访问当前版本的手册。