GoogleContainerTools / container-debug-support

Language-runtime support files for in-container debugging
Apache License 2.0
93 stars 25 forks source link

Python launcher should support python args #76

Open briandealwis opened 3 years ago

briandealwis commented 3 years ago

This issue is to track adding support for the Python launcher used in skaffold debug for Python interpreter command-line flags. Please add a 👍 if this affects you and please describe which arguments you are using and why.

The Python launcher does not support invocations of the Python interpreter with command-line arguments other than -m for a modue. For example: python -E -m flask will break. A cursory look doesn't show that args are typically used with Python apps.