Last updated 1 day ago
Was this helpful?
Method in
Gets the debugging info for a given node, if it exists.
public NodeDebugInfo? GetNodeDebugInfo(string nodeName)
string nodeName
string
The name of the node to get debugging info for.
The debugging info for the node, or null if none is present.
null