Hacker News new | ask | show | jobs
by moomin 3551 days ago
Debugging. VS has a pretty amazing debugging experience.
2 comments

In general I'd agree, but in the newest Visual Studio 2015 I can consistently hang it if I debug too fast.
Does it beat the Emacs debugging experience? We've got some pretty sweet debugging integration.
MSVS has "edit & continue" for C# code. It also has backwards step debugging with Intellitrace.
Jeez. That's actually quite impressive! I mean, well done.