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
The python helper image is a monolithic image that includes debugging support for all supported versions of Python. Maintaining older versions becomes a drag on space. For 2.0, we should:
Drop pydevd-pycharm: it was added to support Cloud Code for IntelliJ, but they were unable to get it to work, whereas pydevd worked fine.
Users requiring Python 2.7 support can use Skaffold's debug-helpers-registry config setting to point to the v1 debug images (gcr.io/k8s-skaffold/skaffold-debug-support/v1) their own images.
The text was updated successfully, but these errors were encountered:
The python helper image is a monolithic image that includes debugging support for all supported versions of Python. Maintaining older versions becomes a drag on space. For 2.0, we should:
pydevd-pycharm
: it was added to support Cloud Code for IntelliJ, but they were unable to get it to work, whereas pydevd worked fine.Users requiring Python 2.7 support can use Skaffold's
debug-helpers-registry
config setting to point to the v1 debug images (gcr.io/k8s-skaffold/skaffold-debug-support/v1
) their own images.The text was updated successfully, but these errors were encountered: