PDFsharp-net6

DebugBreak

Namespace: PdfSharp.Internal

Helper class around the Debugger class.

public static class DebugBreak

Inheritance ObjectDebugBreak

Methods

Break()

Call Debugger.Break() if a debugger is attached.

public static void Break()

Break(Boolean)

Call Debugger.Break() if a debugger is attached or when always is set to true.

public static void Break(bool always)

Parameters

always Boolean