The Notice Logger plugin enhances Obsidian by logging all system notices to the developer console, making it easier to track events and debug workflows. It allows users to customize log entries with optional prefixes and timestamps for better organization and readability. The plugin provides convenient commands to enable or disable logging as needed, offering flexibility in managing notifications.
Obsidian plugins tagged with #debugging. There are 4 plugins in this collection.
- Rank 12 years ago by @gapmiss
- Rank 2a year ago by mnaoumov
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.
- Rank 33 years ago by Carlo Zottmann
The Logstravaganza plugin for Obsidian logs all console output and uncaught exceptions to a designated note within the vault, making it a useful tool for developers and plugin users to track errors and debug issues efficiently. It captures console outputs, async exceptions, and promise rejections while offering multiple output formats such as NDJSON, markdown tables, and code blocks. The plugin allows easy sharing of logs, enabling developers to gather insights from users reporting bugs.
- Rank 42 years ago by Zhou Hua
The vConsole plugin is a game-changer for Obsidian users who need to troubleshoot mobile plugins or debug JavaScript code. This plugin brings the power of vConsole, a popular debugging tool, directly into your Obsidian workspace. With vConsole, you can easily access and inspect logs, network requests, element trees, storage, and even execute custom JS commands. Whether you're a developer or an average user looking to submit issues to devs for troubleshooting, this plugin simplifies the process by providing a convenient interface for debugging.