Does Rider support attaching to a specific container in k8s?
Hello everyone!
I've been using Rider in both personal and professional projects for the past seven years or so and I love it! In my current project we are running our workloads in Azure and using Tilt to port-forward service in the cluster to localhost. This enables us to debug and communicate with services w/o ingresses in the cluster.
We are currently looking at an easier way of closing the dev inner loop and we have successfully been able to deploy our app and attach VSCode to the vsdbg installed within the container by using
kubectl exec -i deploy/deployment-name -n my-namespace -- /vsdbg/vsdbg
and map the location to the source file using a sourceFileMap in launch.json.
Will this be possible in Rider as well? I know that Rider supports Telepresence, but is there a way of doing what a described above in Rider?
Many Thanks!
Please sign in to leave a comment.
Hi Tobias Thorstensen !
This has not been supported yet: RIDER-27214 Remote Debugging application running in Kubernetes
Feel free to upvote the request!