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