10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Allow to enter arguments in file open dialog #26

Open 10110111 opened 8 years ago

10110111 commented 8 years ago

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:

  1. Enter program parameters
  2. Set working directory

EDB should provide this functionality too, and not forget to save the parameters to recent file list.

10110111 commented 8 years ago

Mostly done upstream, but recent file list still lacks parameters.