Home Docs Blog Product Contact

Debugging

OmniIDE provides a full debugging experience through the VS Code debug adapter system, enhanced with AI-assisted error analysis from the Omni-Agent.

Debugging Features

  • Breakpoints — Set breakpoints by clicking the gutter
  • Variable Inspection — Hover over variables to see their values
  • Call Stack — Navigate the execution call stack
  • Watch Expressions — Monitor specific expressions during execution
  • Debug Console — Evaluate expressions at runtime

AI-Assisted Debugging

Ask the Omni-Agent to help debug issues:

"The /users endpoint returns 500. Debug and fix the issue."

The agent will analyze the error, identify the root cause, and generate a fix.

Related