-->

Specifying a command line for Windbg's Open Ex

2020-08-09 10:20发布

问题:

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?

回答1:

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.



标签: windbg