diff options
| author | Oleksandr Gotgelf <[email protected]> | 2025-08-03 20:44:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-03 18:44:15 +0000 |
| commit | 03ed37d0dc2b5e2077b53073517abaab3d24d9c2 (patch) | |
| tree | e84a6cadef21cc6862b12215153b3e1177a1732d /CONTRIBUTING.md | |
| parent | bedcbb9feb3b4f5fcdd9d64782f3ee1e06376715 (diff) | |
fix: exclude DEBUG and DEBUG_MODE from project .env files by default (#5289)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaa7bf0d..ff31ef8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -242,6 +242,8 @@ To hit a breakpoint inside the sandbox container run: DEBUG=1 gemini ``` +**Note:** If you have `DEBUG=true` in a project's `.env` file, it won't affect gemini-cli due to automatic exclusion. Use `.gemini/.env` files for gemini-cli specific debug settings. + ### React DevTools To debug the CLI's React-based UI, you can use React DevTools. Ink, the library used for the CLI's interface, is compatible with React DevTools version 4.x. |
