Custom Docker Compose debug

Is it possible to create a custom debug config for docker-compose ? Or is it possible to attach to a running container ? I cannot start the default debug mode as I use a custom tool (Tilt.dev) to start compose stack. Is is possible to attach debugger to running container ? I am a le to override my compose file so it matches the one that Rider generates for debug purposes. I just need to attach to container that has already been started outside ( on local machine). Is it possible ? This would make my perfect dev environment complete 🙂
0
1 comment

Hello,

Unfortunately, Rider cannot create a run config for docker files with .dev extension, here is a feature request: https://youtrack.jetbrains.com/issue/RIDER-19523.

I suppose that SSH Remote Debugging feature can help in your case. Please take a look at the docs and let me know if you have any questions: https://www.jetbrains.com/help/rider/SSH_Remote_Debugging.html#debug-application-on-remote-machine 

0

Please sign in to leave a comment.