Y
Hacker News
new
|
ask
|
show
|
jobs
by
mobilemidget
529 days ago
the glorified printf :) I prefer over non glorified, as it goes to log for future reference etc, imho it has advantages over regular printf.
1 comments
XorNot
529 days ago
Most of the time these days I'm starting to just want compile-in profiling or something. At some point I'm just logging every line of code executed + locals, and I wish that was easier to just ask for.
link