On certain breakpoints in my code, the call stack is displayed as "Aspect Code", and I can't use the call stack window to identify or navigate up the call stack. When does this occur and why?
I uninstalled PostSharp and this went away. Is there a way to stop PostSharp from doing this?
I have the free version of PostSharp. I upgraded from 5. something to 6.0.27 with no luck.
By default, PostSharp extension in Visual Studio hides the aspect and generated code in the call stack view to make it cleaner and easier to use.
You can disable this feature by opening PostSharp options dialogue and enabling option "Show aspect code in call stack".
If in your case PostSharp hides more than just aspect code, then it would be a bug and we would like to ask you for more information about how to reproduce it.