Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are best general purpose debugging tools out there for windows? [closed]

There are some nice debugging tools available for windows like

Process Explorer Process Monitor Spy++ ( There is some variant of Spy++ like tool also available but I forgot name.. :( )

All above tools are really handy to debug windows application...

Do you any other such tools(Windows or 3rd party) which can be used to make debugging task more ease ?

like image 496
DexTer Avatar asked Dec 13 '22 02:12

DexTer


1 Answers

IDA Pro

When it comes to track down bugs in third-party components without access to the source code, nothing beats IDA Pro.

like image 185
Daniel Rikowski Avatar answered May 09 '23 10:05

Daniel Rikowski