Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Does "Default" Breakpoint type work?

LOL, I did have Pydev at one point (had it in the Eclipse Ultimate) but I uninstalled it. I assumed it was the culprit it that didn’t fix it. Maybe it’s a zombie lying around?

If that’s the case, this is a good item for the UX working group. Supporting multiple languages is hard, but we need to find ways to make it work. Not sure this is one of them :).

BTW apologies to the CDT debug crew if this wasn’t them. Mind you we’ll need to talk sometime about why dynamic printf is a breakpoint type ;)

Doug.

From: <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Thursday, October 20, 2016 at 5:04 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Does "Default" Breakpoint type work?

"Default" probably comes from a plugin other than CDT. Do you have PyDev installed?

-sergey

On Thu, Oct 20, 2016 at 2:01 PM, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
Hey gang,

Funny thing happened when I went to add debugging to my talk next week. I couldn’t set breakpoints. Took a while to dig around but it seems that the “Default” breakpoint type isn’t working. When I change it to “C/C++ Breakpoints, I can set them again. This is on master. Known problem?

Also, very odd that the menu to change the type is in the annotation ruler thing. It appears to be a global setting. Also, what does “Default” mean? What’s the default?

Is this temporary?

Thanks,
Doug.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top