(CommandList
  children: [
    (C {(_Dbg_help_add_sub)} {(show)} {(debug)} {(DQ ("Show if we are set to debug the debugger."))} {(1)})
    (FuncDef
      name: _Dbg_do_show_debug
      body: 
        (BraceGroup
          children: [
            (AndOr
              children: [
                (DBracket
                  expr: (BoolUnary op_id:BoolUnary_n child:{($ VSub_Number "$1")})
                )
                (Assignment
                  keyword: Assign_None
                  pairs: [
                    (assign_pair
                      lhs: (LhsName name:label)
                      op: Equal
                      rhs: 
                        {
                          (CommandSubPart
                            command_list: 
                              (CommandList
                                children: [(C {(_Dbg_printf_nocr)} {(DQ ("%-12s: "))} {(debug)})]
                              )
                            left_token: <Left_CommandSub "$(">
                            spids: [90 98]
                          )
                        }
                      spids: [89]
                    )
                  ]
                  spids: [89]
                )
              ]
              op_id: Op_DAmp
            )
            (C {(_Dbg_show_onoff)} {(SQ <debug>)} {(SQ <"Allow debugging the debugger">)} 
              {(DQ ($ VSub_Name "$label"))}
            )
            (ControlFlow token:<ControlFlow_Return return> arg_word:{(0)})
          ]
          spids: [76]
        )
      spids: [72 75]
    )
  ]
)