Hacker News new | ask | show | jobs
by yrio 2225 days ago
I don't know about single step when debugging, but it seems intelligible stack trace for async code is available only recently, starting with .NET Core 2.1

https://stackoverflow.com/questions/15410661/is-it-possible-...

1 comments

It was a long while back, so I can't be sure, but I seem to recall single step debugging and good stack traces being available since the first days of async/await, although there are some ways you can get yourself into situations where stack traces are near to worthless.