I am starting to work on an open source C++ project that uses Lua as a scripting language. Lua C API is used to enable the communication between the C++ and Lua worlds. What I wish to know is: is there any way to view the Lua stack contents while debugging in Visual Studio 2013 Express?
↧