neolithos / neolua

A Lua implementation for the Dynamic Language Runtime (DLR).
https://neolua.codeplex.com/
Apache License 2.0
466 stars 76 forks source link

Improving debugging with DebuggerProxy for LuaTable and LuaTraceLineEventArgs #180

Closed powercode closed 1 year ago

powercode commented 1 year ago

This makes it easier to debug tables and gives a view like the following:

image
neolithos commented 1 year ago

Thx.

Can you please use private, also when it is implicit. I need to write a code-style...