Hi,
I need to debug a C++ console application through windbg. And I File -> Open Executable to launch the application. But I also need to set up some environment varialbes (e.g. the dos command: set OUTPUT_DIR=c:\test), and command arguments first for the application. How can I do that through windbg?