This repository was archived by the owner on Oct 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #π Setting Up Backend Debugger in VS Code for Specify 7
1+ # π Setting Up Backend Debugger in VS Code for Specify 7
22This 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:β¨β¨
119119docker 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.
You canβt perform that action at this time.
0 commit comments