dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
6.14k stars 412 forks source link

Idea: save/restore process arguments #333

Open greenozon opened 1 week ago

greenozon commented 1 week ago

Problem Description

it will be very convenient and user friendly to save/restore command line arguments for debugged process, eg:

image

Proposal

Right now AFAIK dnSpy already has some internal state config file, so the proposal is to use it for keeping it provided command line arguments...

Alternatives

type it in each & every time by hands (too boring! :))

Additional Context

Version used: dnSpy v6.5.0 (.NET Framework)