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.
我在 GDB 中定义了(使用define/end语法)一个用户定义的命令,在 Eclipse + CDT 下运行。我希望能够使用来自 Eclipse 的键绑定调用此命令;这可能吗?如果是这样,我将在哪里定义这样的绑定?
define
end
不,CDT 不支持这一点。