Replies: 1 comment
-
|
Hi @Lumoryel If you want to completely hide it from debugget you may want to use https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-6.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developers, first thanks for this nice AOP component :)
I know this question is more about visual studio debugger, but maybe you have some ideas.
I tried [DebugStepThrough] to avoid stepping into my aspect while debugging, but when I call an interface function of the Instance, the debugger steps into that function anyway.
I don't want to write this StepThrough Attribute on every class I implement that method, so do you know any way how to avoid that?
Thanks a lot in advance
Lumo
Beta Was this translation helpful? Give feedback.
All reactions