jedi-code-library

Need a way to periodically log the call stack/stack trace for EVERY method/procedure/function called

感情迁移 提交于 2019-11-27 01:23:38
问题 I'm working on a very large application where periodically I'd like to log the ENTIRE call stack up until the current execution point (not on an exception). The idea here is that I want a map of the exact code path that led me to the point that I am. I have been working with madExcept, tooled around with jclDebug and while I can get some of the call stack, I can't seem to get EVERY method/procedure/function call that is made in the application to show up in the log. I've got stack frames