Sharpmake icon indicating copy to clipboard operation
Sharpmake copied to clipboard

Add command line arguments to the debug project.

Open Michron opened this issue 6 years ago • 1 comments

When generating the debug solution the command line arguments that are currently being used are also added to the start arguments of the debug project. I've excluded /sources (because it's already added) and /generateDebugSolution (because it can trigger reloads of the debug project during debugging).

Michron avatar May 27 '19 17:05 Michron

It looks like /debugSolutionStartArguments could technically do the same thing already, so let me know if this change is not needed anymore so the PR can be closed.

Michron avatar Jul 16 '19 15:07 Michron

@Michron Can we close this one? a way to specify arguments for debug solution now exist.

jspelletier avatar Mar 22 '23 13:03 jspelletier

Sure, I honestly thought it was already closed.

Michron avatar Mar 22 '23 13:03 Michron