Run dotnet Debugger with CLI arguments #1371
Unanswered
jojomueller05
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I configure DAP for .NET to allow CLI arguments?
Example
"Path to dll" <path> <args>
"Path to dll" C:\..\test.dll --file "file.csv"
Sometimes I build CLI programs as prototypes, and it would be useful to start the debugger with arguments. Here is my configuration:
Beta Was this translation helpful? Give feedback.
All reactions