Stefano Borini
Stefano Borini

Reputation: 143925

Debug/trace what a program is doing under windows

I have a program that runs under windows. I only have the binary and no symbol information, and I have VS2008. When I run this program, it hangs for around 60 seconds doing something, and I would like to understand what it is doing. Under Linux, I would use ltrace, strace and gdb, but on Windows I have no experience whatsoever.

Upvotes: 1

Views: 4120

Answers (1)

Stefano Borini
Stefano Borini

Reputation: 143925

I found Process Monitor to solve my problem. It's a very nice program with great filtering capabilities.

Upvotes: 2

Related Questions