I want to debug a program in Visual C++ that depends on two environment variables.
I know how to define one variable (Properties → Configuration Properties → Debug → Environment), but I am having problems defining two variables.
I have tried to separate them with \ and |, but it didn't work.