JetBrains Rider 2024.2 Help

Tasks view

To get detailed information about the state of System.Threading.Tasks.Task and ValueTask objects in the current execution point of the application , use the Tasks view.

As soon as your program is suspended, you can study tasks in the corresponding tab of the Debug window Alt+5.

In the table view, you can see all tasks with their current states and other details.

JetBrains Rider: Tasks view. Table

To locate the source code of a specific task, right-click it and choose Navigate to Task's Initial Location or Navigate to Task's Current Location.

Use the selector in the top right corner to switch to the graph view:

JetBrains Rider: Tasks view. Graph

To view the details of tasks in the graph, hover the mouse over the desired node:

JetBrains Rider: Tasks view. Graph. Task details

For specific scenarios and use cases of the Tasks view, check out this blog post: How to use the Tasks View in JetBrains Rider.

Last modified: 08 July 2024