Skip to content

debug

Contains utility functions for debugging.

InterfaceDescription
PrintWithStackTraceParamsParameters for printWithStackTrace.
FunctionDescription
enableLibraryDebuggersEnables the debuggers for the obsidian-dev-utils library.
getDebugControllerReturns a debug controller.
getDebuggerReturns a debugger instance with a log function that includes the caller’s file name and line number.
getLibDebuggerReturns a debugger instance for the obsidian-dev-utils library.
printWithStackTracePrints a message with a stack trace.
showInitialDebugMessageShows an initial debug message.