You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,38 @@ Access pgAdmin at http://localhost:5050:
73
73
- Email: `admin@cloudsync.local`
74
74
- Password: `admin`
75
75
76
+
### VS Code Dev Container Debugging (PostgreSQL)
77
+
78
+
Use this when you want breakpoints in the extension code.
79
+
The dev container uses `docker/postgresql/Dockerfile.debug` and `docker/postgresql/docker-compose.debug.yml`, which build the extension with debug symbols.
0 commit comments