你的位置: 码友网首页 / 资讯源列表 / Debugging Async Code: Parallel Stacks for Tasks

关于[Debugging Async Code: Parallel Stacks for Tasks]的摘要:

In the last async debugging blog post, we explored several tools in Visual Studio to help you debug your async code. One of the tools we discussed was the Parallel Stacks window for Tasks (or Parallel Tasks), a tool that provides task and thread information while debugging. Unlike the tabular Task and Thread windows, this information is presented graphically, displaying the relationships between threads and tasks, like an illustrative version of a call stack. In the latest version of Visual Studio, we’ve made some major improvements to the Parallel Tasks window for .NET applications, so let’s do a deep dive into the updated feature!

原文地址: https://devblogs.microsoft.com/visualstudio/debugging-async-code-parallel-stacks-for-tasks/

收录时间: 2020-06-18 浏览量: 1171 分类: Visual Studio

| 0 收藏 | 0