visual-debugger
스타11
포크0
업데이트2026년 2월 15일 01:07
Launch the browser-based simulation debugger
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Launch the browser-based simulation debugger
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run ruff linter and formatter on the project
Add observability (probes, trackers, charts) to a simulation
Analyze simulation results and provide insights
Help choose the right happysimulator components for a use case
Troubleshoot a broken or misbehaving simulation
Walk through a library example with detailed explanation
| name | visual-debugger |
| description | Launch the browser-based simulation debugger |
| disable-model-invocation | true |
Launch the browser-based simulation debugger at http://127.0.0.1:8765.
python examples/visual_debugger.pyIf the debugger is showing stale UI that doesn't reflect recent frontend changes, do a full clean rebuild:
serve() processesrm -rf happysimulator/visual/static/*rm visual-frontend/tsconfig.tsbuildinfocd visual-frontend && npm run buildpython examples/visual_debugger.py