Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] All breakpoints suddenly stopped working
  • From: R Steiger <rsteiger@xxxxxxxxxxxxxxxx>
  • Date: Tue, 29 Dec 2020 10:05:11 +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=mZygNaHdbAT6Dx5/xTLop+AChMUdgkOdDi6owm+fgkI=; b=P/3vvh8ulQ7DuHdifwBc181ZrOqeoXfgD/b2vf+Sgyj7SEmH3FYS1A0Wl87jQ4HIKH17QXzWMNTt40MrHf9UmTImKYpdP0w61I0YRbNFC/gtM/LY3zWEA048YHpXiD7ppA3O3pPXwA9tlsIE5u9ay2RDbSMP6ZRd+vjPR2Mw2rEqu0x593EXjUe7RNGBbmNiHI6s4suBQmtTR98cN2TSKZ9SVqxVKXm7dMU+/5LSMGbUAglm2zgj3Y12f6QtI8ctrTKET1C6lY7lFDNYVq65BajbUFBfrR9qXunToX8D5ra7IV/OM4jxmO1gOMTynbrA+X179U+so8ALZLRUv46+XA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=K5EKHZo/wokXssXcA8Adz5mLU5yyYkRXbdT8DzZcNFZxbkFuLZbdDn5aygC8KOz9a+kkAFrGScoprwTyTDLu4AVnC4MXCDoV4oHkaBJ8UermvVNUD37XkQ1B7qHmS4qiCUvYQv7k/XM6K33qUFEODQzKE4w0H/yUrMcLZppjWHT8RJttF6/pSsH2fD/rb4QtK5MxC81IXRYYOYHN8cvyZpoS/mq9menbbu1RDLxwcOqLKJWL5Xhk7relh3fFgBx2nI75yMpUyi0C9/k4eC/r0Er2vDNjyORwZKHDF481PfBMteIiR/0QTPe2W747LOZWPkowSA8EwndwK74ZmE15dQ==
  • 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+5f7UQsGWTsryFKH1uQ==
  • Thread-topic: 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


Back to the top