[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua error reporting from C ?
- From: Jason White <whitewaterssoftwareinfo@...>
- Date: Thu, 17 Nov 2011 18:21:57 -0500
Hello, I am using lua for scripting in a project that I am writing.
Often when I write scripts they contain errors, however I do not know
of any way to find/report those errors from C. All I'm left with from
my program is simply "Could not execute `file.lua`". Generally I can
run it through the standalone lua interpreter, however I would like to
know if there is better way to find errors.
--
Jason White