I would like to build some custom debugger, by adding some debugging info on each function call (like name and some params).
Write that to a file & write some gui to walk over that file and show the info in a nice way.
I'm curious if I can overwrite what happens on function call. Maybe there is some general callback I could use (like overwriting SIG for die & co).