How do I set a Launch Configuration to use the -m convention?
I want to launch with...
python.exe -u -m mypackage.mymodule
I understand I can add the -m
, but how do I get it to use the proper package.module.
Comments