Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to print each function call during execution in WinDbg?

I am debugging an application written in VC++. How do i make WinDbg print the function name and all the values of the arguments to the functions during execution of the debuged process?

like image 741
zr. Avatar asked Feb 14 '10 16:02

zr.


1 Answers

Ok, i just found out that it can be done using the "wt" command.

like image 146
zr. Avatar answered Oct 04 '22 02:10

zr.