vote up 4 vote down star

I’m curious what software tools people use on a day to day basis that they can’t imagine doing their job without. What tools are useful for debugging issues with your software and make your job easier? I’m not looking for a specific tool for a specific task, so feel free to mention anything. I would prefer freeware or open source tools, but I wouldn’t rule out a tool if it’s real useful and inexpensive.

Some tools that I use on a day to day basis are currently:

  • Wireshark (Free) – Licensed under GNU GPL – Network protocol analyzer
  • Hex Workshop ($89 per license) – Binary reader/writer/editor
  • Process Explorer (Free) - No license – Shows information about which handles and DLL’s processes have opened or loaded

    These are some of the tools that I use very frequently. Let me know what you use.

  • flag
    gvim, make, and a beer fridge (although that's hardware) – Paul Tomblin Jun 26 at 22:08
    Not actually a duplicate. This question does not limit to programming tools. – liori Jun 26 at 22:12

    closed as exact duplicate by mghie, JP, Paul Tomblin, Neil Butterworth, Aiden Bell Jun 26 at 22:13

    3 Answers

    vote up 2 vote down check

    Emacs

    Firefox

    Tortoise SVN

    Winmerge

    link|flag
    vote up 0 vote down

    GNU textutils, vim.

    link|flag
    vote up 1 vote down

    Firebug

    Some lesser known but free utils for Windows:

    Fiddler
    WFetch

    SciTE is a very quick to open and well-featured text editor.

    link|flag
    "Quick to open" isn't hight on my list of required functionality for a text editor. – Aiden Bell Jun 26 at 22:14
    I also like jEdit because it can do column editing but it takes forever to open. A speedy start is very nice when you just want to make a couple tweaks to a file without opening a full blown IDE, etc. – steamer25 Jun 26 at 22:41

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