func (c *delb) Run(args string) (string, uint64, []*types.Event, error) {
    line, contractIDHex, _ := c.parse(args)

    err := contract.DelBreakPoint(contractIDHex, line)
    if err != nil {