Hacker News new | ask | show | jobs
by mpeg 4808 days ago
I'd give my firstborn for a debugger/profiler like this in .NET
3 comments

That may be the list price, but my company pays around 2k/year for a MSDN ultimate subscription for each developer. Which includes licenses that don't expire for, Visual Studio Ultimate, every version of Windows, Office, SQL Server, etc.
Renewal prices are much lower; I can't believe the amount Microsoft wants to charge for the initial purchase though.

I don't know of many small shop software developers that would be willing or able to pay the $13K list price Microsoft wants for Visual Studio Ultimate.

What's really sad about that is that they bundled improved debugging with a whole bunch of other things that aren't useful to smaller businesses.

$0 on BizSpark, DreamSpark, etc.
BizSpark does (for up to 3 years); DreamSpark does not include the Ultimate edition of Visual Studio.

https://www.dreamspark.com/student/software-catalog.aspx

You definitely can get VS Ultimate through DreamSpark, but only through DreamSpark Premium (fee paid by school.)

http://i.imgur.com/9aHcIOx.png

https://www.dreamspark.com/Institution/Subscription.aspx

Or you can join IEEE for $13.50: http://www.ieee.org/membership_services/membership/join/join... . Just make sure to NOT give them a real email address, these guys are sending more spam than Nigeria.
Nice find, thanks!
Oh man.

I have been using VS 2012 professional without realizing it didn't have intellitrace. And I have a license for ultimate too (company paid).

Still, I know about intellitrace, I really like the way the takipi java/scala tools display the info though :)

Wow, this is more than a yearly salary in many countries. I suppose I wouldn't want to work for a year to get a better visual studio...
Please don't post links to pirated software.
There's Windbg/SoS for the times you would need something like this.

Decidedly not as pretty, but pretty effective if you know how. Channel9 has a series of videos on WinDbg for .NET developers.