Hacker News new | ask | show | jobs
by ygra 2607 days ago
Roslyn is the compiler. There's not much of a debugger in it, is there? I mean, I guess the debugger will use Roslyn to parse watch expressions and evaluate things in the Immediate Window, but beyond that I think debugging is handled by something else.
1 comments

I think the debugger is Visual Studio itself.