mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Support GDB-like command line arguments #12

Open alexrp opened 10 years ago

alexrp commented 10 years ago

In particular, it would be nice to have something like GDB's --args.

alexrp commented 10 years ago

Might not be as easy as it sounds; apparently Mono.Options can't easily express this.

alexrp commented 4 years ago

Probably worth exploring a move to this library to enable this: https://github.com/dotnet/command-line-api