quantopian / qdb

Quantopian Remote Debugger for Python
Apache License 2.0
315 stars 115 forks source link

Bug? #30

Closed huaiweicheng closed 9 years ago

llllllllll commented 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?

llllllllll commented 9 years ago

This bug might be affecting our platform so I merged the fix that I proposed: 3aec690eecd3dbea1a5d00fa69ca400a2c09a6aa

Thank you for reporting this.