Episode
Async Debugging Part 2
Isadora Rodopoulos, an engineer on the Visual Studio Debugging team, is back to continue our mini-series on debugging async code. Last week she provided some insights into how async code works. Today she introduces us to async call stacks and what information they contain.
Resources:
- Source Code: https://github.com/isadorasophia/ReadMySongs
- David Fowler's Async Best Practices: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
- Dissecting Async Methods in C# Blog Post: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
- Debugging Async Code in VS Blog Post: https://devblogs.microsoft.com/visualstudio/how-do-i-debug-async-code-in-visual-studio/
- Debugging Async in VS Video: https://www.youtube.com/watch?v=aVEug50YpaM
- Best Practices w/ Threading in VS: https://github.com/microsoft/vs-threading/blob/main/doc/cookbook_vs.md
- ConfigureAwait FAQ: https://devblogs.microsoft.com/dotnet/configureawait-faq/
- Sharplab Compiler Playground for Demo Code: https://sharplab.io/
Isadora Rodopoulos, an engineer on the Visual Studio Debugging team, is back to continue our mini-series on debugging async code. Last week she provided some insights into how async code works. Today she introduces us to async call stacks and what information they contain.
Resources:
- Source Code: https://github.com/isadorasophia/ReadMySongs
- David Fowler's Async Best Practices: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
- Dissecting Async Methods in C# Blog Post: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md
- Debugging Async Code in VS Blog Post: https://devblogs.microsoft.com/visualstudio/how-do-i-debug-async-code-in-visual-studio/
- Debugging Async in VS Video: https://www.youtube.com/watch?v=aVEug50YpaM
- Best Practices w/ Threading in VS: https://github.com/microsoft/vs-threading/blob/main/doc/cookbook_vs.md
- ConfigureAwait FAQ: https://devblogs.microsoft.com/dotnet/configureawait-faq/
- Sharplab Compiler Playground for Demo Code: https://sharplab.io/
Have feedback? Submit an issue here.