Cristinakity
0
Q:

How to exec certain lines of code only when debugging

string server = GetServer();
        #if DEBUG
            server = "TestServer1";
        #endif
0

New to Communities?

Join the community