Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug? Creating two bp at the same location

Yes, I think having multiple breakpoints at the same line would open a can of worms. I'll open a bug and post a fix.

Best regards,

Marc


----- Original Message -----
From: Mikhail Khodjaiants <mikhailkhod@xxxxxxxxxxxxxx>
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Sent: 09-04-2014 16:47
Subject: Re: [cdt-dev] Bug? Creating two bp at the same location



I don't know if this is intended behavior or not. I suspect it's just an
oversight. But it gets even more confusing in combination with "Toggle
Breakpoint".


On 09/04/2014 4:10 PM, Marc Khouzam wrote:
> Hi,
>
>   you can right-click on the editor margin to "Add breakpoint...", which allows the user to set all bp attributes before it gets created.   I've just noticed you can do that on a line where a breakpoint is already set.  This leads to multiple platform breakpoints at the same line.
>
> Does anyone know if this is a bug or by design?  Could it be way to enable more than one bp at a line on purpose (to set different conditions for example)?
>
> I'm leaning towards it being a bug.
>
> Thanks
>
> Marc

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top