Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] All breakpoints suddenly stopped working
  • From: Richard Steiger <rsteiger@xxxxxxxxxxxxxxxx>
  • Date: Tue, 29 Dec 2020 23:12:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ensemblesoft.net; dmarc=pass action=none header.from=ensemblesoft.net; dkim=pass header.d=ensemblesoft.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2xaQWuz6TRqmKM6dVxgCAkP7JPWNzwceXpbCHrWOKv4=; b=EQ2LZDqAcyKjh5uddbEcaXKfh0MaUL/FBuo7y8iofIcj8TZumvOVLa6OOSHC3hCYasCd1bdVEunlfB1WkOORU9qteVgDX9oUHbRDS+lETGtoM0rzG4etvyHqZdX5rA/U+ukIiuoOX7kAQHP4b84cKNUzjI3ZAp8XxSKR/65r/4BXId49H/EC7zysNCu5DAPIACnXgN5yh8jYeivHITBkdV4OGtgrlwv5WqaMFM+VvmS8JKn6PG/j8hSPGtt9GqK6eLTGdS76VSBlnnubSULbAPsrKtXgzgFVexnwX/Ln1fsd7XuOkkMZaQEVLy/wY+9QSj5yGJUvpAMjp8FgINCm0Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sys0RkM8FL1fYnh2AhhQfLCyk3DIDHDoV5oIWQ9S+Xnzs7PtHbmkAQpWmUjVueS+BCGeFGEBZJ8tBk/BymSLheNK3mX4dgspIFa1QjU3l/Ud7IMqAx+ZdbV2n+wX5N23q7BFN8Xjoj5wtgNQck87XyYFxesC3nWuGNMZhxAPrDQYFwHK+LyQLSsLsjn94+f/QmA+di0inMPfVo2MdUstRsuNLQtWcE0URuxVvmKpi/gGIfBgfMNDvXgkyF/MOzXlkGVbs2W5LeMD1FBmqEAVENltANfcX5zT9pnNnV6qaPorSvOeMdd8ss2kTs8Rg+P8PqESdej8+2JqKAXvG8Hwmw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adbdx5B4uTN+5f7UQsGWTsryFKH1uQAEV6+AAA4ZNgAACaTycA==
  • Thread-topic: [jdt-dev] All breakpoints suddenly stopped working

Hi Sarika and Sravan,

 

Thanks, problem resolved, and I learned something new and cool.

 

-rjs

 

From: jdt-dev-bounces@xxxxxxxxxxx <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Sarika Sinha
Sent: Tuesday, December 29, 2020 10:35 AM
To: jdt-dev@xxxxxxxxxxx
Cc: jdt-dev@xxxxxxxxxxx
Subject: Re: [jdt-dev] All breakpoints suddenly stopped working

 

Hi,

Either disable the breakpoints which has "Trigger Point" property set or use "Remove all Triggers" from the Breakpoints view to remove the "Trigger Point" property from the breakpoints.

 

 

Thanks & Regards,

Sarika

 

----- Original message -----
From: "Sravan K Lakkimsetti" <sravankumarl@xxxxxxxxxx>
Sent by: jdt-dev-bounces@xxxxxxxxxxx
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] Re: [jdt-dev] All breakpoints suddenly stopped working
Date: Tue, Dec 29, 2020 5:21 PM
 

Hi,

 

This is a feature of Trigger points. Trigger points are a type of breakpoints. When enabled all other break points are disabled till this particular breakpoint is hit. For example

 

I set UrlUtil [line:129] as trigger point. This makes all other breakpoints disabled till I hit trigger point. Once the trigger point is hit other breakpoints gets enabled. This feature has been introduced in Eclipse Oxygen

 

Thanks

Sravan

 

From: R Steiger <rsteiger@xxxxxxxxxxxxxxxx>
Sent: 29 December 2020 15:36
To: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [jdt-dev] All breakpoints suddenly stopped working

 

I’ve been using an eclipse-committer-2020-9 instance for many months.  A couple days ago, all breakpointing functionality stopped working.  In reviewing the configured breakpoints’ properties, I noticed that all breakpoints in the Breakpoint View now sport an icon that’s unfamiliar to me:

A picture containing diagram

Description automatically generated

I seems clear that the diagonal slash-mark indicates “disablement”.  Having scoured the last 6 release notes, I’ve been unable to quickly locate when the associated feature was introduced or any explanations.  I looked through the JDT online help, and reviewed the list of standard JDT icons, gaining zero additional insight.  Hence, I’m turning to the group to hopefully answer

 

  • How/where is this disablement flag controlled from the JDT UI?
  • What’s it’s purpose/intent?
  • How come it isn’t reflected on Breakpoint Properties?

 

Updating to eclipse-committer-2020-12 and importing the same workspace perfectly replicated the issue (as expected).  I have yet to find a way to remove it, so am hoping to get answers to the above, else I’ll need to spawn a fresh workspace and reimport ~ 100 projects.

 

Thanks!

 

-rjs

 

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

 

 


Back to the top