Debugging embedded Lua

后端 未结 6 821
粉色の甜心
粉色の甜心 2020-12-23 14:44

How do you debug lua code embedded in a c++ application?

From what I gather, either I need to buy a special IDE and link in their special lua runtime (ugh). Or I nee

6条回答
  •  萌比男神i
    2020-12-23 15:11

    How about Decoda?? there is a video that explains how to use it, and it works pretty darn well for embedded lua source. (i am a happy customer). and it's pretty cheap.

提交回复
热议问题