ProjectDebugInfo.GetNodeDebugInfo(string)

Method in ProjectDebugInfo

Summary

Gets the debugging info for a given node, if it exists.

public NodeDebugInfo? GetNodeDebugInfo(string nodeName)

Parameters

NameDescription
string nodeNameThe name of the node to get debugging info for.

Returns

The debugging info for the node, or null if none is present.