Inside Studio, the developer tooling is split into:
Open the command bar with ⌘ + K (macOS) / Ctrl + K (Windows/Linux), then type “Developer” to see all Studio‑specific commands:
The Studio Debugger is a dedicated view that gives you low‑level access to the project document. It is intended only for advanced users and comes with a warning in the browser console and on screen, because you can easily create invalid states.
When the debugger is open, you can:
rc project document as pretty‑printed JSON.config.theme and array access like items[itemId].label).While the debugger is open, the current project store is also assigned to window.project in the browser, so advanced users can experiment from the browser console. This is unsupported and should only be used if you fully understand the data model.
In addition to the Studio‑specific developer tools, Laioutr ships Orchestr Devtools as a Nuxt module for introspecting Orchestr requests and responses:
@laioutr-core/orchestr-devtools to modules in your nuxt.config.ts, Nuxt Devtools shows an “Orchestr Devtools” custom tab.These tools are designed to complement each other: Studio developer tools focus on your page and component structure, while Orchestr Devtools focuses on the data and queries that power your frontend.