Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

saving execution logs

Name: Anonymous 2012-03-08 3:18

hello prog,

Do popular available debuggers like gdb support things like recording the complete execution of a program and writing it to a file for later reference? Or possibly only recording the state of the stack for certain groups of functions in important files? In the past, I've achieved this with macros for logging and placing them in the code, but it would be nice to be able to do it without having to modify the source code, especially when the number of functions selected for logging is large. Thanks /b/ros.

Name: Anonymous 2012-03-09 11:31

gdb also has record, which saves everything so you may step backwards.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List