ProjectDebugInfo.GetNodeDebugInfo(string)
Method in ProjectDebugInfo
Summary
Gets the debugging info for a given node, if it exists.
public NodeDebugInfo? GetNodeDebugInfo(string nodeName)Parameters
| Name | Description |
|---|---|
string nodeName | The name of the node to get debugging info for. |
Returns
The debugging info for the node, or null
if none is present.