3

I have a win32 application and this is linked with Lua files. Both Lua and C++ files have bi-directional communication and can invoke function within each other.

I wanted to debug Lua code from Visual Studio IDE likewise what we do for C++ code. I have installed "BabeLua For 2012 V3.2.2.0" extension, but not able to debug...

I simply created a break point in Lua file and attached the code to my Win32 application, but it says that "No symbols have been loaded".

Please help me to understand where does the symbol files resides for Lua, or is there any other intuitive way to debug Lua scripts..

Any help will be greatly appreciated...

4

1 回答 1

3

是否有任何其他直观的方式来调试 LUA 脚本。

您可以尝试ZeroBrane Studio IDE,它支持调试其他应用程序中包含的 Lua 脚本。有关详细信息和示例,请参阅文档中的远程调试部分

于 2017-01-16T20:23:36.243 回答