Open xanathar opened 8 years ago
e.DecoratedMessage gives me a file and line number but its often hard to tell where that code is being called from.
From the lua side, debug.traceback() doesn't work because debug isn't provided in moonsharp?
Getting debug.traceback() equivalent in the error reported to C# would be absolutely invaluable.
Any progress on this?
e.DecoratedMessage gives me a file and line number but its often hard to tell where that code is being called from.
From the lua side, debug.traceback() doesn't work because debug isn't provided in moonsharp?