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

Commit b1e1cac

Browse files
Update setting_up_backend_debugger.md
1 parent c0a89b0 commit b1e1cac

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

β€Žsphinx/developer_utils/setting_up_backend_debugger.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#🐞 Setting Up Backend Debugger in VS Code for Specify 7
1+
# 🐞 Setting Up Backend Debugger in VS Code for Specify 7
22
This guide walks you through configuring VS Code to enable Django backend debugging in the Specify 7 codebase.
33

4-
βœ… **Prerequisites**
4+
## βœ… **Prerequisites**
55
- VS Code installed
66
- Docker and Docker Compose installed
77
- Python extension installed in VS Code
88
- Your development environment is cloned and running properly
99

10-
🧰 ### 1. **VS Code Debug Configuration**
10+
### 🧰 1. **VS Code Debug Configuration**
1111
- Open VS Code.
1212
- Click on the Run and Debug icon in the sidebar.
1313
- Click "Create a launch.json file".
@@ -38,7 +38,7 @@ This guide walks you through configuring VS Code to enable Django backend debugg
3838
```
3939

4040

41-
πŸ›  ### 2. **Required Code & Config Changes**
41+
### πŸ›  2. **Required Code & Config Changes**
4242

4343

4444
πŸ“ Add .vscode/settings.json:
@@ -119,7 +119,7 @@ Start your development server:


119119
docker compose up
120120
```
121121

122-
🐞 ### 3. **Running the Debugger**
122+
### 🐞 3. **Running the Debugger**
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.

0 commit comments

Comments
Β (0)