# GetNodeDebugInfo(string)

Method in [ProjectDebugInfo](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.projectdebuginfo)

## Summary

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

```csharp
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.
