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.