Closed huaiweicheng closed 9 years ago
Thanks for this; however, I think the correct change is not to make tracer an arg to send_breakpoints, and instead, just stop passing tracer to this function because all of the breakpoints can be squired without it. Would you like to change this?
tracer
send_breakpoints
This bug might be affecting our platform so I merged the fix that I proposed: 3aec690eecd3dbea1a5d00fa69ca400a2c09a6aa
Thank you for reporting this.
Thanks for this; however, I think the correct change is not to make
tracer
an arg tosend_breakpoints
, and instead, just stop passingtracer
to this function because all of the breakpoints can be squired without it. Would you like to change this?