CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Tables in the locals tab don't show their contents #20

Open wrefgtzweve opened 1 year ago

wrefgtzweve commented 1 year ago

Currently when a table is in the locals tab it won't show the tables actual content, it'd be neat to have it show all the table values as just the table string is pretty much useless.

Example: https://github.com/Stooberton/ACF-3/actions/runs/3076982872/jobs/4971521081

image

brandonsturgeon commented 1 year ago

I wrote some code up for this in another project, I'll move it over to GLuaTest too