I had the brilliant idea to embed back-end debug data to pages as links:
<a href="/debugjson?c={..json here}">debug info</a>
Which the '/debuginfo' enpoint would then nicely format.
...but that doesn't seem to work when the debug info easily exceeds 32 KiB, even after trying some compression. Firefox refuses to even follow the link. :blobcatthinking: