moonsharp-devs / moonsharp

An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
http://www.moonsharp.org
Other
1.42k stars 214 forks source link

debug.traceback() ? #137

Open xanathar opened 8 years ago

xanathar commented 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?

LDiCesare commented 7 years ago

Getting debug.traceback() equivalent in the error reported to C# would be absolutely invaluable.

yhslai commented 1 year ago

Any progress on this?