Seb can debug with your hardware connected. UseDocumentation Index
Fetch the complete documentation index at: https://docs.rootaccess.ai/llms.txt
Use this file to discover all available pages before exploring further.
/debug to enter debug mode, or ask Seb to analyze logs and trace issues through your code.
Live debug
Type/debug during a chat session to launch an interactive debug session. Supported modes:
- GDB — Step through firmware on-target with breakpoints and inspection (ST-Link, J-Link, CMSIS-DAP)
- Serial monitor — Watch UART output and interact with your device
- CAN bus — Monitor and analyze CAN traffic in real time
- Ethernet monitor — Capture and analyze ethernet frames
- UDP log receiver — Receive and monitor logs over UDP
- Log reader — Parse and analyze log files
- Saleae logic analyzer — Capture and inspect digital/analog signals
Agentic debugging
Seb reads debug output, correlates it with your source code, and suggests fixes.- “Why isn’t my I2C sensor working?”
- “My UART is dropping bytes at high baud rates”
- “The board hangs after 10 minutes of running”

