What Visual Studio did good
After slamming so much into VS.Net, some might think that I don't like it. This couldn't be further from the truth. I really like it. If I didn't, I wouldn't be so pissed off about the finishing touches.
When working on MonoRail, I've to use Visual Studio 2003. And it's plainly visible where they gotten things better. Hell, just the visuals of setting a breakpoint in 2003 vs 2005. Are they functionaly the same? Yes, but the 2005 makes me feel better.
Speaking about breakpoints, debugging in VS 2005 is much better. Using F11 to go into a method that is called by code that isn't yours is so much better than finding the method and putting a break point there. Debug Visualizers are a killer. The whole experiance is so much better. It's just that there are some very rough spots, in particulary nasty places, too.
Here is a tip for those of you who has to work with a project on both 2003 & 2005. Clear out the obj directories before switching. There is a lot of stuff there that would kill VS 2003.
Comments
Comment preview