(CommandList
  children: [
    (C {(_Dbg_help_add_sub)} {(info)} {(breakpoints)} 
      {
        (DQ ("**info breakpoints**\n") ("\n") 
          ("Show status of user-settable breakpoints. If no breakpoint numbers are\n") ("given, the show all breakpoints. Otherwise only those breakpoints\n") 
          ("listed are shown and the order given.\n") ("\n") ("The ") (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (Disp) 
          (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (" column contains one of ") (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (keep) 
          (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (", ") (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (del) 
          (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (", the disposition of\n") ("the breakpoint after it gets hit.\n") ("\n") ("The ") 
          (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (enb) (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) 
          (" column indicates whether the breakpoint is enabled.\n") ("\n") ("The ") (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (Where) 
          (EscapedLiteralPart token:<Lit_EscapedChar "\\\"">) (" column indicates where the breakpoint is located.\n") ("Info whether use short filenames\n") ("\n") 
          ("See also:\n") ("---------\n") ("\n") ("**break**, **enable**, and **disable**.")
        )
      } {(1)}
    )
    (FuncDef
      name: _Dbg_do_info_breakpoints
      body: 
        (BraceGroup
          children: [
            (C {(_Dbg_do_list_brkpt)} {($ VSub_At "$@")})
            (ControlFlow token:<ControlFlow_Return return> arg_word:{($ VSub_QMark "$?")})
          ]
          spids: [119]
        )
      spids: [115 118]
    )
  ]
)