1

As per the title, I'm unable to debug Python multiprocessing code in Visual Studio Community 2022.

In the accepted answer to this similar question, it is suggested to add the option "subProcess": true, to the launch.json file, however in my project's vs folder there is no launch.vs.json file (that in my understanding is the equivalent file in the community version of visual studio) to be found (or any .json file by the way), and I've been unable to find it anywhere or generate it. I've tried for several hours and I'm completely lost; it seems like all the documentation about it points to the launch.vs.json file in the vs folder which I don't have.

Any help is really appreciated!

4
  • The linked question refers to "Visual Studio Code" which is a completely separate and independent product from "Visual Studio". Commented Jul 10, 2023 at 17:24
  • @Woodford Yes, I know. That's why I'm asking for Visual Studio 2022, maybe I have been unclear in the question. I'll try to explain myself better: the documentation I've read (learn.microsoft.com/en-us/visualstudio/ide/…) is all about a launch.vs.json file in the vs folder, so I thought it would have the same use as the launch.json of the Visual Studio Code one. Commented Jul 10, 2023 at 17:31
  • Sitting with the same issue, could you resolve it? Commented Jul 26, 2023 at 12:46
  • @Sagariouz unfortunately not. Commented Jul 26, 2023 at 18:36

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.