Skip to content

feat: add web UI dashboard for debugger monitoring#2

Open
huypl53 wants to merge 1 commit into
mainfrom
feat/web-dashboard
Open

feat: add web UI dashboard for debugger monitoring#2
huypl53 wants to merge 1 commit into
mainfrom
feat/web-dashboard

Conversation

@huypl53

@huypl53 huypl53 commented May 10, 2026

Copy link
Copy Markdown
Owner
  • Add FastAPI + uvicorn as dependencies
  • Add web_ui_server.py with WebSocket + REST API
  • Add VS Code-like HTML dashboard
  • Add 'cc-debug web' CLI command

Features:

  • Source code viewer with current line highlight
  • Call stack panel
  • Variables panel
  • Breakpoints panel
  • Watch expressions
  • Program output console
  • Control buttons (continue/step/next/stepout/pause/quit)
  • WebSocket for real-time updates

- Add FastAPI + uvicorn as dependencies
- Add web_ui_server.py with WebSocket + REST API
- Add VS Code-like HTML dashboard
- Add 'cc-debug web' CLI command

Features:
- Source code viewer with current line highlight
- Call stack panel
- Variables panel
- Breakpoints panel
- Watch expressions
- Program output console
- Control buttons (continue/step/next/stepout/pause/quit)
- WebSocket for real-time updates

Co-authored-by: openhands <openhands@all-hands.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants