gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

Make debug console development only feature

Open Adib234 opened this issue 4 weeks ago • 2 comments

Summary

  • Debug console will only appear in debug mode
  • ctrl-o is used in place of ctrl-s for showing more lines
  • Errors will now appear in history stream

Details

Related Issues

Closes #10761

How to Validate

Added a console.error in /help command, error appeared in history stream and debug console was not activated

https://github.com/user-attachments/assets/f3db029b-d24d-4aa9-a852-e9d5e37cc38d

Pre-Merge Checklist

  • [ ] Updated relevant documentation and README (if needed)
  • [ ] Added/updated tests (if needed)
  • [ ] Noted breaking changes (if any)
  • [ ] Validated on required platforms/methods:
    • [ ] MacOS
      • [X] npm run
      • [ ] npx
      • [ ] Docker
      • [ ] Podman
      • [ ] Seatbelt
    • [ ] Windows
      • [ ] npm run
      • [ ] npx
      • [ ] Docker
    • [ ] Linux
      • [ ] npm run
      • [ ] npx
      • [ ] Docker

Adib234 avatar Dec 15 '25 20:12 Adib234