Allow to enter arguments in file open dialog
Opened this issue · 1 comments
10110111 commented
OllyDbg seems to do a hack on Win32 open file dialog, appending two dropboxes and a button. They look ugly, but still do provide the functionality to allow to:
- Enter program parameters
- Set working directory
EDB should provide this functionality too, and not forget to save the parameters to recent file list.
10110111 commented
Mostly done upstream, but recent file list still lacks parameters.