Hacker News new | ask | show | jobs
by metadata 1754 days ago
Rider is incredibly fast and superior to VS in all aspects but one - its debugger is terribly broken. VS will break on my line of code that crashes. Rider will crash somewhere completely unrelated. My code is very much async, that might be what kills it. I ended up doing everything in Rider, but debugging in VS.
1 comments

Rider also doesn't allow you to move the current instruction to somewhere else on getting an exception IME.