From 150c515021f97ea6da032104e2e0c3aee4d35845 Mon Sep 17 00:00:00 2001 From: Mehmet YILMAZ Date: Wed, 21 Aug 2024 19:58:48 +0000 Subject: [PATCH] update --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee8d3fabe..ce38d1c58 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,8 +35,8 @@ To get citus installed from source we run `make install -s` in the first termina With the Citus cluster running you can connect to the coordinator in the first terminal via `psql -p9700`. Because the coordinator is the most common entrypoint the `PGPORT` environment is set accordingly, so a simple `psql` will connect directly to the coordinator. -#### Debugging in the devcontainer -Debugging within the devcontainer setup is straightforward and fully integrated with Visual Studio Code's debugging tools. +### Debugging in the VS code + 1. Start Debugging: Press F5 to start debugging. You'll be prompted to select the running PostgreSQL process to attach the debugger to. Typically, if you're executing a psql command, you'll want to attach to a process named something like: ``` postgres: citus citus [local] idle