Function: enableDebug()
function enableDebug(options?): () => void;
Log every wire on a bus to the console. Returns a function to stop.
Parameters
| Parameter | Type |
|---|---|
options? | DebugOptions |
Returns
() => void
function enableDebug(options?): () => void;
Log every wire on a bus to the console. Returns a function to stop.
| Parameter | Type |
|---|---|
options? | DebugOptions |
() => void