JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Parallel stacks

Last modified: 25 June 2024

Here is an example of how Parallel Stacks look like during the debugging of a simple application that starts a number of threads:

JetBrains Rider: Parallel stacks

Some notes to the image:

  • The call path of the current thread is highlighted blue.

  • indicates the execution point of the current thread.

  • near a method indicates that a thread has stopped on this method.