Cannot see navigation gutter for IntelliTrace in VS2019

206 Views Asked by At

I have VS2019 Enterprise version and am following this example Intellitrace debugging. I have enabled Intellitrace:

Intellitrace options

and have set the option to display the navigation gutter:

enter image description here

But when i'm debugging i don't see the expected double arrows in the margin:

enter image description here

Any ideas why i'm not seeing them ?

1

There are 1 best solutions below

0
auburg On

It looks like this feature is (rather surprisingly) only supported for .net framework projects and not .net core Intellitrace does not work with .NET Core