Skip to content

Commit

Permalink
Removed debugging note as it needs a dedicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Aug 6, 2024
1 parent f66e2cb commit 3218a8f
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,6 @@ namespace FontProcessor

When you build the solution, the new processor adds the characters in the messages.txt file to the list of characters available to the [SpriteFont](xref:Microsoft.Xna.Framework.Graphics.SpriteFont).

> [!NOTE]
> To debug a Content Pipeline importer or processor, add the following line to the processor code to launch the debugger.
>
> ```csharp
> System.Diagnostics.Debugger.Launch();
> ```

## See Also

[Extending a Standard Content Processor](./HowTo_Extend_Processor.md)
Expand Down

0 comments on commit 3218a8f

Please sign in to comment.