mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 05:44:00 +00:00
Add a developer-focused demo vault that shows how Advanced Debug Mode enriches the DevTools console. Notes are numbered basic to advanced and cover debug mode, long stack traces (with a Run button that throws through async boundaries), async long stack traces, long-running-task timeouts, mobile DevTools, debug namespaces, and every setting. A no-app integration suite keeps the notes in sync with the PluginSettings surface. The root README documents the three ways to open it.
1,001 B
1,001 B
CodeScript Toolkit prerequisite
The Run buttons in this vault are powered by CodeScript Toolkit. This vault installs and enables it for you automatically the first time you open the vault (and trust it). Nothing here is required to explore Advanced Debug Mode - the buttons just make it easy to throw a sample error and watch the enriched stack trace in DevTools.
If the buttons do not work
If a code block does not turn into a button, install CodeScript Toolkit manually:
- Open Settings -> Community plugins -> Browse.
- Search for CodeScript Toolkit, install it, and enable it.
- Reopen a note that has a Run button.
Or click the button below to install and enable it (needs an internet connection):
---
caption: Install CodeScript Toolkit
---
await require('/demoSetup.ts').installAndEnable(app, 'fix-require-modules');