<!-- LLM_VERSION_INFO
FORMAT: text/markdown
CONTENT_TYPE: article
ORIGINAL_URL: https://jam.dev/docs/product-features/dev-tools
ALTERNATE_VERSION: docs/product-features/dev-tools/index.html (text/html)
EXTRACTION_DATE: 2026-04-17T03:46:08.495Z

This is the markdown version with text-only content (images converted to alt-text).
For rich formatting with images, request the HTML version at: docs/product-features/dev-tools/index.html
-->

### Overview

Every Jam capture automatically includes comprehensive developer information to help engineers debug faster. Get instant access to console logs, network data, and environment details without switching between tools or losing context.

### Core Features

**Visual Context**  
Screenshots and screen recordings with annotation tools

**Metadata**  
URL, timestamp, device info, browser version, OS, and more

**Developer Logs**  
Console logs and complete network request details and more

**User Events**  
User clicks, navigation events and more

#### Customization

#### Layouts

Switch between side and bottom layout to fit your workflow. The DevTools panel adapts to your preferred layout.

**Side Dock**  
Bottom Dock  
DevTools appear on the right side in the properties panel for wide-screen debugging. Ideal when you need to see both the captured page and technical details simultaneously.

DevTools expand across the bottom for detailed network analysis. Perfect for inspecting multiple requests or long console outputs.

#### Keyboard Shortcuts

Use familiar Chrome DevTools shortcuts for faster navigation:

| Action                                | Shortcut                     |
|--------------------------------------|-----------------------------|
| Change layout                        | `⌘` + `Shift` + `D`        |
| Navigate through network requests     | `↑↓`                        |
| Open network request details         | `⏎` Return                  |
| Close network request details        | `Esc`                       |

### FAQs

chevron-right  Do I need to enable DevTools manually?  
No. DevTools data is automatically captured with every Jam. No setup or configuration required. You can capture additional meta data with [Custom logs](/content/docs/docs/debug-a-jam/devtools/custom-logs/index.html).

chevron-right  Can I filter console logs by severity?  
Yes. Use the severity filter to show only errors, warnings, or specific log levels that matter for debugging.

chevron-right  How detailed is the network timing data?  
You get complete timing breakdowns including DNS lookup, connection time, and response duration – just like Chrome DevTools.
