> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.projectdebuginfo/yarn.compiler.projectdebuginfo.getnodedebuginfo.md).

# GetNodeDebugInfo(string)

Method in [ProjectDebugInfo](/api/csharp/yarn.compiler/yarn.compiler.projectdebuginfo.md)

## 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.
