|
|
|
|
|
by jskulski
1314 days ago
|
|
I got about a decade of scattered print debugging tools that I’m packaging into a tool. I prefer debuggers and imaged based REPL environments, but that doesn’t mean I get to work in them. Always fall back on print debugging and loggers at some point, so I’ve built a lot of helpers in various language that help this sort of thing: introspection of variables and source code, time stamps and traceable uuids and tools for easy viewing. |
|