VB.NET and LUA

JasonD

Member
Joined
Aug 13, 2006
Messages
17
Location
Papillion, NE
Programming Experience
3-5
I'am sorta getting the idea that implamenting a LUA debugger into a VB.NET application is sorta, impossible?

I've read that there is no official debugger for LUA, but there methods to debug it when programming.

How do you think I would go about, in VB.NET, making a simplified LUA debugger?

It wouldn't have to be much, really. Just a small Exception that tells me that theres an error, and on what line. The LUA code would be read from a textbox.

All help is very appreciated ;)
 
Back
Top