-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing Debug Arguments with .netcoredbg #574
Comments
Try to use |
and looks like |
I'm running into this same problem, I need to start the debug on a different profile from what it defaults to.
I've checked your links, but even with those I can't get to the right combination to get it to work. |
There is no documentation about which flag to use in specifying the debugging arguments with
.NetCoredDbg
& weather to use:args
orarguments :
. I tried a bunch of configuration though, none worked, my program is still being launched without any arguments. Here is my last simple try:The text was updated successfully, but these errors were encountered: