# Devtools Panel

The Chromium Devtools tab in the [panel](/docs/intro-to-panel/) let you select a pane to open the Chromium devtools for. You can also open the Chromium devtools for a specific pane by clicking the icon above the pane or right click anywhere in a pane and select "Inspect element (in devtools)" to inspect the element under the cursor.

Chromium devtools are limited to a single pane at a time. If you want to inspect and see your changes made across panes, we recommend you use the [Elements panel](/docs/elements-panel/) and the [Console panel](/docs/console/) instead.

### Devtools extensions

You can install devtools extensions like the React or Vue.js DevTools. Learn about them here: [Browser Extensions](/docs/browser-extensions/).

### Undocking the Chromium devtools

If you prefer the devtools to be undocked, you can uncheck "Docked devtools" in the global Edit menu (the one next to the File menu).

### Inspect workers

Polypane automatically collects shared workers and service workers that run for the current domain and lists them in the dropdown. Selecting these will open devtools for that worker in a new window, just like you would get when inspecting a worker in Chrome.

![Worker selection in devtools](/static/workerselection-89fac6b972902c4bb81ea596ae74e128.png)

### Reloading devtools

Sometimes the Chromium devtools lose their connection to your pane, which will show itself as the elements panel no longer showing the correct DOM structure.

When this happens, reloading the devtools reestablishes the connection. Click the reload button in the devtools toolbar to do this.

### Using the Chromium developer tools by default

Right click the Inspect element icon in the header to switch it to always inspect elements with the Chromium devtools. When this is active, the icon will show a small devtools icon alongside it. Now inspecting from the address bar or with the ⇧ ⌘ C shortcut will default to using the chrome developer tools.

The [Polypane Peek](/docs/polypane-peek/) feature also works with the Chromium devtools so you can still hold ⌥ to inspect.

---

Polypane is the browser built for developers and designers — try it at https://polypane.app.
