Calls log

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to see which events are firing and where they are handled after a line
is executed in a program. I don't quite see how this can be done. It will be
sort of a call trace but in it I want to see the system calls too. Does
anyone have any ideas how to do this? Or are there any tools on this?
 
Hi,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get what events are firing
when a line of code is executed. If there is any misunderstanding, please
feel free to let me know.

Generally, I think we can use Spy++ to achieve this. You can find this tool
under start menu, Visual Studio .NET tools folder. Then you can use Log
Messages option to get all the message which has been fired using code
executing. It also has a filter for you to get the messages you want.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top