As a developer I do not see it as generally opposed, as much as "leveraging" the learning investment.
If you are in a job, and you use an expensive tool, the likelihood you'll be able to use the same tool in another job will be less than if the tool is free.
It all boils down to cost-benefit analysis IMO.
If you have a free tool which gets you 95% of the requirements and you can leverage the learning of that tool, you will prefer that over a tool which costs money, gets you 99% of the requirements and you may not use it again.
That is why, for instance, once a developer sets up with his editing environment (Emacs, vi, Eclipse, Visual Studio, whatever) you will have a lot of resistance to changing it. The productivity will suffer immediately due to all that "finger memory" lost.
Another typical examples of tools that free solutions are preferred by developers are expensive source control tools like ClearCase.
On the other hand, I have seen developers advising and like to use some well established and expensive tools like Purify, and know that sooner or later knowing how to use them well will benefit them. In the particular space of purify, developers will also advise using free tools, because their use is not mutually exclusive from the commercial ones.
Update (due to clarified scope of question):
With tools in the sub US$100 category, even though it is a small enough amount they could pay themselves or expense the resistance comes from:
- Who will own the license ? Me or the company?
- If the company owns the license to software, if I go to another job, what amount of trouble will I have to get the buy of a license approved ?
- If I own the license, will a new company allow me to install the software on their machine ?
For all these reasons, the "free" route offers a slightly better return, as the money obstacle of 2 and 3 will be more easily overcome :-)
I also agree with JFV, that sometimes the existing tools do not offer all the capability you'd want, and you think you would develop something better, and that takes away a lot of the perceived value of those tools.
Expanding on that thought, the possibility of developing your own tool, also increases the value of existing open source tools, because the developer can always dive into the source and coerce it to do the additional thing he needs. This may be more work than the developer anticipates, but still possible, whereas a commercial, close-source you'd have to wait for it to be developed or develop the tool from scratch yourself.