1

Specifically, I want to run python-m cProfile -o file/.../ptsvd_launcher.py --... myScript.py

Is there a launch configuration that can do that?

1
  • You could setup a task for this. Commented Jan 24, 2020 at 10:02

1 Answer 1

1

You can try creating a launch configuration with:

"module": "cProfile",
"args": ["-o", "file", <path>, "--", "myScript.py"]
Sign up to request clarification or add additional context in comments.

Comments

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.