server.debug_runtime

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

Native debug runtime wiring and trace storage.

Native debug runtime wiring and trace storage.

server.debug_runtime

Name Type Default Description
type
qualified_name
element_type
description
source_file
line_number
is_autodoc
autodoc_element
_autodoc_template
_autodoc_url_path
_autodoc_page_type
title
doc_content_hash

Symbols on this page

DebugTraceStore
class

Debug adapter over the private ordered intent capture.

build_runtime_debug_wiring
function
def build_runtime_debug_wiring(config: AppConfig) -> RuntimeDebugWiring

Build the immutable internal/debug wiring descriptor for an app.

Parameters

Name Type Default Description
config AppConfig
render_debug_manifest_json
function
def render_debug_manifest_json(wiring: RuntimeDebugWiring) -> str

Serialize debug wiring for the browser DevTools runtime.

Parameters

Name Type Default Description
wiring RuntimeDebugWiring
render_debug_traces_json
function
def render_debug_traces_json(wiring: RuntimeDebugWiring, *, include_internal: bool = False) -> str

Serialize buffered debug traces.

Parameters

Name Type Default Description
wiring RuntimeDebugWiring
include_internal bool False

View source · /home/runner/work/chirp/chirp/site/../src/chirp/server/debug_runtime.py:1