mirror of
https://github.com/mnaoumov/obsidian-advanced-debug-mode.git
synced 2026-07-22 12:30:23 +00:00
No description
| .github | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| cspell.json | ||
| eslint.config.mts | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| versions.json | ||
Advanced Debugger
This is a plugin for Obsidian that Does something awesome.
Installation
- The plugin is not available in the official Community Plugins repository yet.
- Beta releases can be installed via BRAT.
Debugging
By default, debug messages for this plugin are hidden.
To show them, run the following command:
window.DEBUG.enable('advanced-debugger');
For more details, refer to the documentation.