debug
Contains utility functions for debugging.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| PrintWithStackTraceParams | Parameters for printWithStackTrace. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| enableLibraryDebuggers | Enables the debuggers for the obsidian-dev-utils library. |
| getDebugController | Returns a debug controller. |
| getDebugger | Returns a debugger instance with a log function that includes the caller’s file name and line number. |
| getLibDebugger | Returns a debugger instance for the obsidian-dev-utils library. |
| printWithStackTrace | Prints a message with a stack trace. |
| showInitialDebugMessage | Shows an initial debug message. |