Specifying a command line for Windbg's Open Executable

dlanod picture dlanod · May 24, 2012 · Viewed 8.6k times · Source

When I use Windbg's "Open Executable..." functionality to use Windbg to step through an executable's execution, is it possible for me to specify command line parameters to be used when running the executable? If so, how do I go about doing it?

Answer

dlanod picture dlanod · May 24, 2012

There's an arguments text box available in the Open Executable dialog that can be filled in with any arguments you want to pass to the executable.

enter image description here