How can I use VS Code breakpoints to debug Open edX running in Tutor containers?

Hi @Yogesh . Here is a solution that has been shared to do this. I’ve taken that solution and adapted things to work with the Dev Containers extension. In this scenario, VS Code can attach from within the container, so you don’t need to expose the debugger port. I’m planning on posting a write-up on it here in the forums soon and I’ll share the link when that is up.