notheotherben / IronLua

A Lua implementation for .NET built on the DLR (with CLR Interop support)
1 stars 1 forks source link

Formatting for Stack Traces #14

Open notheotherben opened 12 years ago

notheotherben commented 12 years ago

Current stack traces do not follow the Lua layout, and are not formatted nicely. They should be formatted to display transitions between Lua and CLR code, as well as displaying information in a similar way to Lua's standard implementation.

notheotherben commented 12 years ago

Updated in eef062e to provide nice cross boundary stack traces, which give information across CLR->Lua->CLR boundaries. Likely to also function correctly across DLR boundaries.