> 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.md).

# ProjectDebugInfo

Class in [Yarn.Compiler](/api/csharp/yarn.compiler.md)

Inherits from `System.Object`

## Summary

Contains debugging information for compiled Yarn Projects.

```csharp
public class ProjectDebugInfo
```

## Methods

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

## Properties

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