Visualizing Lua C API stack in VS2013 Express
Posted: Tue Apr 08, 2014 12:24 am
Hi,
My question is not specific to LOVE. However, I believe the development team will have knowledge regarding my issue. I am tracing LOVE code in order to gain more knowledge about the internals of the engine. In order to do so, I need to trace the contents of the Lua C API stack. I tried to do that manually in a text file (attached), but as you will probably guess, this is both tedious and stupid.
So my question is:
Do you know/use any tool that help in debugging Lua and its C API stack from with visual studio?
I am new to Lua so excuse my naive questions
My question is not specific to LOVE. However, I believe the development team will have knowledge regarding my issue. I am tracing LOVE code in order to gain more knowledge about the internals of the engine. In order to do so, I need to trace the contents of the Lua C API stack. I tried to do that manually in a text file (attached), but as you will probably guess, this is both tedious and stupid.
So my question is:
Do you know/use any tool that help in debugging Lua and its C API stack from with visual studio?
I am new to Lua so excuse my naive questions