Private/Get-Debug.ps1

function Get-Debug {
    [CmdletBinding()]
    param (

    )

    begin {

    }

    process {
        $Script:Debug
    }

    end {

    }
}