lua c++ connection - How to debug Lua code using Visual Studio -
i have win32 application , linked lua files. both lua , c++ files have bi-directional communication , can invoke function within each other.
i wanted debug lua code visual studio ide likewise c++ code. have installed "babelua 2012 v3.2.2.0" extension, not able debug...
i created break point in lua file , attached code win32 application, says "no symbols have been loaded".
please me understand symbol files resides lua, or there other intuitive way debug lua scripts..
any appreciated...
is there other intuitive way debug lua scripts.
you may try zerobrane studio ide, supports debugging of lua scripts included in other applications. see remote debugging section in documentation details , examples.
Comments
Post a Comment