nickjj / docker-django-example

A production ready example Django app that's using Docker and Docker Compose.
MIT License
1.17k stars 249 forks source link

Great project! How to debug in VScode? #49

Open ccjcan opened 2 months ago

ccjcan commented 2 months ago

Hi, I'm able to run the code using the great ./run command but how would I go about using VScode to debug step by step? Thanks

nickjj commented 1 month ago

Hi,

Sorry for the late reply. I don't use VSCode but I think if you follow any Docker / VSCode / debugging guide it should work. You may need to use VSCode's remote containers feature but that's fully separate from this project.