--- myst: html_meta: "description": "Information on debug options in eOn for aiding in method development and bug reporting." "keywords": "eOn debug, debugging, developer options, troubleshooting" --- # Debug Many of these are meant to aid in method development, or for bug reports. They may degrade performance. ## Configuration ```{code-block} ini [Debug] ``` ```{eval-rst} .. autopydantic_model:: eon.schema.DebugConfig ``` ## References ```{bibliography} --- style: alpha filter: docname in docnames labelprefix: DBG_ keyprefix: dbg- --- ```