Skip to content

Print variables in a table so you don't have to keep typing the variable names every time you hit a DEBUG statement

License

Notifications You must be signed in to change notification settings

richardottinger/d3-dump-vars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-dump-vars

Print variables in a table so you don't have to keep typing the variable names every time you hit a DEBUG statement

#output of dump-test

+--------------------------------------------------------------------+
| VARIABLE NAME        | VARIABLE VALUE       | LINE NUMBER          |
+--------------------------------------------------------------------+
| FIRST.NAME           | Somebody             | 7                    |
| LAST.NAME            | Cool                 | 8                    |
+--------------------------------------------------------------------+


*I37
*G
+--------------------------------------------------------------------+
| VARIABLE NAME        | VARIABLE VALUE       | LINE NUMBER          |
+--------------------------------------------------------------------+
| FIRST.NAME           | Somebody             | 7                    |
| LAST.NAME            | Cool                 | 8                    |
| ADDRESS              | 1234 Beer Rd         | 21                   |
| CITY                 | TYLER                | 22                   |
| STATE                | TX                   | 23                   |
+--------------------------------------------------------------------+

About

Print variables in a table so you don't have to keep typing the variable names every time you hit a DEBUG statement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published