class Byebug::CommandProcessor
def breakpoint_annotations(commands, context)
def breakpoint_annotations(commands, context) unless Byebug.breakpoints.empty? and @byebug_breakpoints_were_empty annotation('breakpoints', commands, context, "info breakpoints") @byebug_breakpoints_were_empty = Byebug.breakpoints.empty? end end