# ProjectDebugInfo

Class in [Yarn.Compiler](https://docs.yarnspinner.dev/api/csharp/yarn.compiler)

Inherits from `System.Object`

## Summary

Contains debugging information for compiled Yarn Projects.

```csharp
public class ProjectDebugInfo
```

## Methods

| Name                                                                                                                                                             | Description                                             |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [GetNodeDebugInfo(string)](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.projectdebuginfo/yarn.compiler.projectdebuginfo.getnodedebuginfo) | Gets the debugging info for a given node, if it exists. |

## Properties

| Name                                                                                                                               | Description                                      |
| ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [Nodes](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.projectdebuginfo/yarn.compiler.projectdebuginfo.nodes) | The debugging info for the nodes in the project. |
