Hi all,
I use the <DebuggerStepThrough()> attributed to stop the debugger from stepping through certain procedures in my widows forms application. But I have several projects in my solution and some of them are debugged already.
How can I still keep a project in my solution butprevent the debugger from stepping throughone or moreentire projects?
In other words: step through project A, but skip project B.
Thanks in advance,
Andy Moyer