Description
Coding & Technical Tools Plugin
Category: Coding & Technical Tools
The Advanced Debug Mode plugin extends Obsidian’s native debugging capabilities by enabling easier toggling of debug mode and preserving detailed, long stack traces, even for asynchronous operations. It enhances error visibility, helping users trace complex execution flows across timers, promises, and events. The plugin also introduces DevTools access for mobile users, enables easier management of debug namespaces, and provides the ability to disable timeouts during long debugging sessions.
Stats
11
stars
11 stargazers
251
downloads
251 downloads
0
forks
0 forks
4
days
4 days since creation
4
days
4 days since last commit
8
days
8 days since last release
0
total PRs
0 total pull requests
0
open PRs
0 open pull requests
0
closed PRs
0 closed pull requests
0
merged PRs
0 merged pull requests
2
total issues
2 total issues
0
open issues
0 open issues
2
closed issues
2 closed issues
0
commits
0 total commits in last one year
Latest Version
9 days ago
Changelog
- Update link
Full Changelog: https://github.com/mnaoumov/obsidian-advanced-debug-mode/compare/1.6.2…1.6.3
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Divide & Conquer
3 years ago by pseudometa
An Obsidian plugin that provides commands for bulk enabling/disabling of plugins. Useful for debugging when you have many plugins.
Terminal
2 years ago by polyipseity
Integrate consoles, shells, and terminals.
HK Code Block
2 years ago by Heekang Park
Obsidian plugin developed by Heekang Park; Make code block looking good on reading view
Pieces for Developers
2 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Logstravaganza
2 years ago by Carlo Zottmann
A simple Obsidian plugin that proxies `console.*()` calls and copies log messages and uncaught exceptions to a file in your vault.
Notice logger
a year ago by @gapmiss
An Obsidian.md plugin for logging all notices to the developer console, with optional prefix & timestamp.
vConsole
a year ago by Zhou Hua
Integrate vConsole for developers to facilitate the debugging of mobile plugins.
Plugin REPL
3 months ago by readwithai
An in-note Read Evaluate Print Loop to execute JavaScript within Obsidian