Of course you must be right. So I played a bit and there's just some quirky behavior.
If you have the main Breakpoints window open, then right-click and control-left-click on a breakpoint in the gutter do nothing. If there is no breakpoint, then shift-left-click in the gutter both adds one and brings up the larger popup editor, regardless of whether the Breakpoints window is open Separate from the main Breakpoints window, there are two popup breakpoint editors that can show up when you cllick a breakpoint in the gutter. The larger and has the same editing options as the main Breakpoint window, and the smaller and has just an enable checkbox, Suspend, and Condition. I didn't figure out what causes one to show or the other, but it seems to be related to what other features you've hit. Like, if you open and close the Breakpoints window, then add a breakpoint, then right-click it, then you will usually get the smaller window. Then after a while it may switch to use the larger popup. Anyway, thanks greg On Wednesday, September 30, 2015 at 8:54:40 PM UTC-7, Siva Velusamy wrote: > > On Wed, Sep 30, 2015 at 1:16 PM, Greg Macdonald <[email protected] > <javascript:>> wrote: > > There seems to no longer be a way to edit a breakpoint in the code > editor. > > Exactly what step did you try that did not work? Right clicking seems > to bring up the proper edit options for me. Please post a screenshot. > > > The only way to open the breakpoint editor UI is to start with no > breakpoint > > and shift+click, which adds the breakpoint and opens its editor. But, > if > > you have a breakpoint, you have to remove it and start over - so don't > make > > a mistake and don't want to edit it because you can't. Or maybe we've > just > > bound it to some new key sequence and I haven't found it. > > > > The workaround is to open the main Breakpoints window, find the > breakpoint > > there and edit it in the Breakpoints window. > > > > I didn't really like it when you took away the ability to quckly toggle > a > > breakpoint with a simple cmd+click on the breakpoint icon in the gutter > and > > instead forced us to open the breakpoint editor. This now is really > > distracting. > > None of this is intentional, and afaik, it works just as it used to. > We modify very little of the debugger interface from Jetbrains. My > suspicion is that some setting got accidentally enabled or disabled in > your preferences. Try removing all your preferences and see if you can > reproduce these issues. If you can, then please file a bug at > b.android.com with the steps you tried and some screenshots. Thanks! > > > > > thanks, > > greg > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "adt-dev" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
