It should be possible to start a workspace in a debug container. Debug container is a Kubernetes feature that allows to create a new container in an existing Pod that can be used for debugging purposes. The debug container uses an image with required debug tools and is placed in the same network namespace as the container that needs to be debugged.
When k8shell workspace runs in a debug container, it will be possible to ssh into the debug container and use standard IDE to perform debugging.
It should be possible to start a workspace in a debug container. Debug container is a Kubernetes feature that allows to create a new container in an existing Pod that can be used for debugging purposes. The debug container uses an image with required debug tools and is placed in the same network namespace as the container that needs to be debugged.
When k8shell workspace runs in a debug container, it will be possible to ssh into the debug container and use standard IDE to perform debugging.