You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing /sources, /generateDebugSolution and multithreaded arguments: the multithreaded argument doesn't get passed to the launch profile of the generated debug solution. Only the sources parameter seems to come along for the ride.
/multithreaded(false) can be helpful when debugging, that's how I figured this out. I was hoping to debug generation without threads getting in the way. :)
The text was updated successfully, but these errors were encountered:
When passing
/sources
,/generateDebugSolution
andmultithreaded
arguments: the multithreaded argument doesn't get passed to the launch profile of the generated debug solution. Only the sources parameter seems to come along for the ride./multithreaded(false)
can be helpful when debugging, that's how I figured this out. I was hoping to debug generation without threads getting in the way. :)The text was updated successfully, but these errors were encountered: