Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display array contents comma separated in debug table #26

Closed
pahp opened this issue May 23, 2018 · 0 comments
Closed

Display array contents comma separated in debug table #26

pahp opened this issue May 23, 2018 · 0 comments
Assignees
Labels

Comments

@pahp
Copy link
Contributor

pahp commented May 23, 2018

Create an array like this:

foo = []
foo[0] = 1
foo[1] = 2

When you see foo in the debug table, it will look like this:

foo | 12

... that's confusing.

@pahp pahp added the bug label May 23, 2018
@derpferd derpferd self-assigned this Oct 28, 2020
derpferd added a commit that referenced this issue Oct 30, 2020
Fixes #26 - Debug Table arrays w/o separators.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants