Just My Code (Threads View)

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

If you select this option, you will filter the call stack to show only your code plus one level of called functions.

By activating this option, you can significantly reduce the complexity of the call stack and perhaps make it easier to diagnose a particular problem.

In some cases, selecting this option may filter out the blocking call. If you require full call stack details to make that determination, clear this option to expose the full call stack.

See also