Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 8a20e4f

Browse files
authored
Update vs_code_django_unit_test_debugging_notes.md
1 parent 2ac5fb9 commit 8a20e4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sphinx/misc/vs_code_django_unit_test_debugging_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,11 @@ Edit the command in the celery worker container config in the docker-compose.yml
176176
177177
Run `docker compose up --build`
178178

179-
Reload the vscode window
179+
Reload the vscode window (might not need to do)
180180

181181
In the VS Code debugger panel, next to "Run and Debug", select the picklist and select "Run Worker", and press the play button.
182182

183183
The breakpoints you set should now be caught!
184184

185+
Remember that the code in the celery worker container doens't automatically get update, so need to do 'docker compose down' and 'docker compose up' after code changes before you can start debugging again.
186+

0 commit comments

Comments
 (0)