dnSpyEx / dnSpy

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

Idea: save/restore process arguments #333

Open greenozon opened 5 months ago

greenozon commented 5 months 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)