Skip to content

Commit 3218a8f

Browse files
Removed debugging note as it needs a dedicated section
1 parent f66e2cb commit 3218a8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/getting_to_know/howto/content_pipeline/HowTo_ExtendFontProcessor.md

-7
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,6 @@ namespace FontProcessor
193193

194194
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).
195195

196-
> [!NOTE]
197-
> To debug a Content Pipeline importer or processor, add the following line to the processor code to launch the debugger.
198-
>
199-
> ```csharp
200-
> System.Diagnostics.Debugger.Launch();
201-
> ```
202-
203196
## See Also
204197

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

0 commit comments

Comments
 (0)