Allow us to view tables with the in-game debugger

When printing a table in-game, youll get a memory address right now:

image

The memory address is incredibly useless. You can’t do anything with it, and it’s been that way for a long time.

The only way to be able to view tables has been with the in-studio Output window. The issue there is that it’s only in Studio, so you can’t debug while in-game.

I think it’s time we get a built in table viewer to the game to be able to view tables. Debugging has and always will be a pain in the game client because of this.

10 Likes

Somewhere this year they started printing data of Instances in the developer console. It’s ugly, but it shows you it’s properties and children. If they can do that, they can do this feature!

2 Likes

I think the console is due for an upgrade, it is no where near the same level that the output is.

7 Likes