#debugging
View:
  • 1.
    vConsole
    a year ago by Zhou Hua
    favorite
    share
    Score: 55/100
    Category: Coding & Technical Tools
    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.
    View Plugin Details
  • 2.
    Divide & Conquer
    3 years ago by pseudometa
    favorite
    share
    Score: 52/100
    Category: Productivity Tools
    The Divide & Conquer plugin streamlines the debugging process in Obsidian by enabling bulk management of plugins and CSS snippets. It facilitates efficient problem-solving using the 'bisecting' method, where half of the plugins are disabled at a time to quickly identify potential culprits behind performance issues or bugs. The plugin offers commands to reset, restore, bisect, un-bisect, and re-bisect active plugins or snippets, allowing users to methodically narrow down problems. Additionally, regex-enabled settings help exclude specific plugins or snippets based on keywords, authors, or descriptions, ensuring a more tailored debugging experience.
    View Plugin Details
  • 3.
    Logstravaganza
    2 years ago by Carlo Zottmann
    favorite
    share
    Score: 50/100
    Category: Coding & Technical Tools
    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.
    View Plugin Details
  • 4.
    Notice logger
    a year ago by @gapmiss
    favorite
    share
    Score: 16/100
    Category: Coding & Technical Tools
    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.
    View Plugin Details