Prevent debugging projects that are added as reference in Visual Studio
Posted
by DSWD
on Stack Overflow
See other posts from Stack Overflow
or by DSWD
Published on 2010-05-13T16:48:25Z
Indexed on
2010/05/13
16:54 UTC
Read the original article
Hit count: 135
visual-studio
I have a project that is auto generated. This project is referenced by my web app in visual studio. When i step through the code in debug mode the code from this project gets stepped into. Is there a way I can skip this code in debug mode.
I can't use System.Diagnostics.DebuggerStepThroughAttribute since the code will get replaced every time my datasource changes.
Thanks,
© Stack Overflow or respective owner