I am looking for the different development aid and troubleshooting tools that a developer should know either working an application development or web development. I am in to desktop applications development in windows.

I am adding the tools i know

1) SysInternals suite (process explorer the most to troubleshoot issues related to windows handles and so on...) 2) Depends.exe (for unmanaged code to see dll dependencies)

I shall keep adding to this list when ever i come across the new ones. Others also please add the tools they use the most and they recommend to others.

Happy learnig!!

link|improve this question

feedback

closed as not constructive by casperOne Feb 21 at 13:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

WinDbg. This blog has a lot of great information about debugging in general, and some amazing things you can do with WinDbg.

link|improve this answer
feedback

If you are specifically working on .NET then here is the complete list of .NET tools provided by Microsoft to help in troubleshooting the things etc.

.NET Framework Tools
http://msdn.microsoft.com/en-us/library/d9kh6s92(VS.80).aspx

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.