debug_printf to also go to a file [Imported Thread]
I use debug_printf to capture program state and flow.
When tracking down an issue -- there might be well over 1000 statement printed to the terminal.
I need to take that list and then post process it to help locate the issue.
I suspect many others would also like to post-process debug_printf output.
Since the debug_printf output is already in the debugger program -- it should be easy to also dump it to a file.
Thanks for the possible consideration.
Idea Originally Posted by: Joe Hinkle 01/11/2014
Please sign in to leave a comment.
Comments
0 comments