Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class / BreakPointEnable Property

In This Topic
    BreakPointEnable Property (Log)
    In This Topic
    A temporary flag to tell us whether to invoke a Debugger.Break() when Log.DebugBreak() is called.
    Syntax
    'Declaration
     
    
    Public Shared Property BreakPointEnable As Boolean
    public static bool BreakPointEnable {get; set;}
    Remarks
    True enables breakpointing, false disables. This should probably be replaced with an enum to support multiple modes, assuming the basic usage works out.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also