I
in
In Visual Studio, is there a way of marking a statement as a
"conditional run".
Sort of like a breakpoint, but there, in the debugger, the statement
will not execute.
I'm thinking of code that has calls to production databases, but which I
want to test and yet not write records.
I would want to flag these statements not to execute.
I would prefer not to comment them out, because then I have to remember
to uncomment them.
"conditional run".
Sort of like a breakpoint, but there, in the debugger, the statement
will not execute.
I'm thinking of code that has calls to production databases, but which I
want to test and yet not write records.
I would want to flag these statements not to execute.
I would prefer not to comment them out, because then I have to remember
to uncomment them.