# Nodes

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

## Summary

The debugging info for the nodes in the project.

```csharp
public List<NodeDebugInfo> Nodes { get; set; }
```
