Closed trustednstaller closed 2 months ago
You need to turn off the VisualStudioSync setting
Thanks! Is there any other setting I need to toggle? Turning off VisualStudioSync
stops launching Visual Studio but the Debug Command/Arguments
do nothing i.e., nothing happens when I try to launch the debugger once I disable it.
Just added a custom Python command for this, will close it but it would be nice to have a convenient out of the box way to directly specify custom build commands alongside a build instead of having to take a two-step approach.
I want to have the
Debug Command
andDebug Command Arguments
work without resorting to invoking Visual Studio. For instance, I use WinDbg as my debugger, and have a script set up to invoke through PowerShell that puts me in the debugging experience that I want to be in after I build. I want to set up theDebug Command
and arguments and hit F5 to reflect this. Doing this in Visual Studio (when setting upDebug Command
andDebug Command Arguments
) works perfectly but 10x launches VS every time even though there is nothing related to VS.This same setup, when applied in the
Debugging
settings for Visual Studio works as expected.