getNodeStackTraces
suspend fun getNodeStackTraces(args: DOM.GetNodeStackTracesParameter, mode: CommandMode = CommandMode.DEFAULT): DOM.GetNodeStackTracesReturn
Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
Gets stack traces associated with a Node. As of now, only provides stack trace for Node creation.
Parameters
nodeId
Id of the node to get stack traces for.