Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

For oBFusCATed... breakpoint issue when with python debugger plugin

<< < (2/2)

dmoore:

--- Quote from: oBFusCATed on April 22, 2013, 08:55:27 pm ---Also I don't think you need this code in AddBreakpoint:

--- Code: ---    for (BPList::iterator itr=m_bplist.begin(); itr!=m_bplist.end(); ++itr)
    {
        if((*itr)->GetLocation()==file && (*itr)->GetLine()==line)
            return cb::shared_ptr<cbBreakpoint>();
    }

--- End code ---

--- End quote ---

paranoia (wasn't sure if it was possible to ask to add a breakpoint already added). I will remove. Thanks for looking!

oBFusCATed:

--- Quote from: dmoore on April 22, 2013, 09:11:07 pm ---paranoia (wasn't sure if it was possible to ask to add a breakpoint already added). I will remove. Thanks for looking!

--- End quote ---
If it happens, then it is a bug upstream...

Navigation

[0] Message Index

[*] Previous page

Go to full version