1

如何让 ZeroBrane 在启动时自动启动调试器服务器?

我已将 Lua 嵌入到 C++ 应用程序中。我想使用 ZeroBrane 调试 Lua 脚本。C++ 应用程序启动 ZeroBrane,调用 mobdebug.start(),但随后用户必须手动转到 Project->Start Debugger Server。ZeroBrane 是否可以配置为在 IDE 启动时启动服务器?

提前致谢,

4

1 回答 1

0

好的,我想我解决了。我刚刚补充说:

local debugger = ide:GetDebugger()
debugger:Listen(true)

postinit = function ()zbstudio/app.lua 文件中。

于 2017-04-12T19:07:55.763 回答