Lua and debugging

Started by
1 comment, last by AticAtac 16 years, 3 months ago
Finding a suitable lua debugger is driving me crazy. I tried vslua, it always crashes, sending the author/company an email and got answer from system administrator that his mailbox is full. So vslua is no option. I tried decoda, very promising, but doesn't work inside vmware, which is a must for me. What i basically expect from the debugger is to be able to debug step by step through the lua code. I use VS 2005+SP1, C++ with luabind. Anyone got a good debugger for lua ? I don't mind to pay for it.
Advertisement
Quote:Original post by AticAtac
Finding a suitable lua debugger is driving me crazy.

I tried vslua, it always crashes, sending the author/company an email and got answer from system administrator that his mailbox is full. So vslua is no option.

I tried decoda, very promising, but doesn't work inside vmware, which is a must for me.

What do you mean, doesn't work inside VMWare?
Quote:
What i basically expect from the debugger is to be able to debug step by step through the lua code.
I use VS 2005+SP1, C++ with luabind.

Anyone got a good debugger for lua ?
I don't mind to pay for it.


Other than that i don't know of any Lua debuggers.
Using decoda inside vmware is a known bug and the author is trying to fix it.

Well, i decided to write my own debugger.

This topic is closed to new replies.

Advertisement