list Call sequence (call stack) in the debugger

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi All
Is there any debugger that lists the call sequence of functions
executed ( call stack) into a separate file or in a window. My project
(exe) uses several dll's. if i do some action in the exe it should list
the what are all the functions called in other dll's. I will not put
any break points in any of the dll's. If no such debugger is
available, is it possible to develop a one with the debugger API?

.



Relevant Pages