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
class
DebugTraceStore
function
build_runtime_debug_wiring
function
render_debug_manifest_json
function
render_debug_traces_json
Debug adapter over the private ordered intent capture.
Build the immutable internal/debug wiring descriptor for an app.
Serialize debug wiring for the browser DevTools runtime.
Serialize buffered debug traces.
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