PrintWithStackTraceParams
Parameters for printWithStackTrace.
Import:
import type { PrintWithStackTraceParams } from 'obsidian-dev-utils/debug';Signature:
export interface PrintWithStackTraceParamsProperties
| Property | Type | Description |
|---|---|---|
| args | unknown[] | The arguments to print. |
| debuggerInstance | Debugger | The debugger instance. |
| message | string | The message to print. |
| stackTrace | string | The stack trace to print. |
Links to this page: