R
ramadu
Hi,
I have a utility method in one of my applications which is used
extensively across the application (and it works well). The problem is
that while debugging using Visual Studio, I sometimes forget to skip
debugging for that method (i.e. press F10 instead of F11) and I end up
debugging into that method. Is there any attribute or condition that I
can specify by which I can skip debugging into this utility function?
- Sri
I have a utility method in one of my applications which is used
extensively across the application (and it works well). The problem is
that while debugging using Visual Studio, I sometimes forget to skip
debugging for that method (i.e. press F10 instead of F11) and I end up
debugging into that method. Is there any attribute or condition that I
can specify by which I can skip debugging into this utility function?
- Sri