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

Commit c0a89b0

Browse files
Update setting_up_backend_debugger.md
1 parent f420c19 commit c0a89b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sphinx/developer_utils/setting_up_backend_debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ docker compose up
123123
- Put breakpoints in your Django code.
124124
- In VS Code, open the Run and Debug panel.
125125
- Select "Run Django" and press the ▶️ Play icon.
126-
- Open the app in your browser as usual (e.g. http://localhost:8000) and trigger code paths to hit breakpoints.
126+
- Open the app in your browser as usual and trigger code paths to hit breakpoints.
127127

128128
🔁 **When Changing Code**
129129
To reload the debugger:

0 commit comments

Comments
 (0)