(command.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 '> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <Disp> 
          (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <' column contains one of '> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <keep> 
          (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <', '> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <del> 
          (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <', the disposition of\n'> <'the breakpoint after it gets hit.\n'> <'\n'> <'The '> 
          (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <enb> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) 
          <' column indicates whether the breakpoint is enabled.\n'> <'\n'> <'The '> (word_part.EscapedLiteral token:<Id.Lit_EscapedChar '\\"'>) <Where> 
          (word_part.EscapedLiteral token:<Id.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>}
    )
    (command.ShFunction
      name: _Dbg_do_info_breakpoints
      body: 
        (BraceGroup
          children: [
            (C {<_Dbg_do_list_brkpt>} {($ Id.VSub_At '$@')})
            (command.ControlFlow
              token: <Id.ControlFlow_Return return>
              arg_word: {($ Id.VSub_QMark '$?')}
            )
          ]
        )
    )
  ]
)