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. |
||
|---|---|---|
| .. | ||
| command-handlers | ||
| long-stack-traces | ||
| patches | ||
| styles | ||
| debug-mode.test.ts | ||
| debug-mode.ts | ||
| demo-vault.no-app.integration.test.ts | ||
| dev-tools-component.test.ts | ||
| dev-tools-component.ts | ||
| emulate-mobile-mode.test.ts | ||
| emulate-mobile-mode.ts | ||
| error-stack-trace-limit-component.test.ts | ||
| error-stack-trace-limit-component.ts | ||
| long-running-tasks-component.test.ts | ||
| long-running-tasks-component.ts | ||
| main.test.ts | ||
| main.ts | ||
| multi-weak-map.test.ts | ||
| multi-weak-map.ts | ||
| plugin-settings-component.test.ts | ||
| plugin-settings-component.ts | ||
| plugin-settings-tab.test.ts | ||
| plugin-settings-tab.ts | ||
| plugin-settings.test.ts | ||
| plugin-settings.ts | ||
| plugin.android.integration.test.ts | ||
| plugin.desktop.integration.test.ts | ||
| plugin.test.ts | ||
| plugin.ts | ||
| types.ts | ||