Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse (ADT) issues with Capabilities.canWatchField*
Eclipse (ADT) issues with Capabilities.canWatchField* [message #1375769] Fri, 23 May 2014 05:52
Roy Ben Hayun is currently offline Roy Ben HayunFriend
Messages: 1
Registered: May 2014
Junior Member
Hi,
The Eclipse used in Android's ADT (adt-bundle-windows-x86-20140321), seems to have issues when the VM indicates it does not support Field Watchs (Capabilities.canWatchFieldAccess and Capabilities.canWatchFieldModification are both FALSE).

The symptom is:
although the VM indicated that it does not support Field Watches, Eclipse sets the Field Watch as enabled in the UI.

Although Eclipse does not do the full set of the Field Watch event, it still displays the Field Watch enabled in the UI.
(For comparison, NetBeans behaves as expected in this case)

Trying to reject an actual Field Watch request by the VM, cause Eclipse to either exit the debug session or it ignored the rejection - still displaying the Field Watch enabled in the UI.
(For comparison, NetBeans behaves as expected in this case also)


Any thoughts, ideas, suggestions are welcomed!

thanks!

* please note this is about Eclipse used in Android's ADT (adt-bundle-windows-x86-20140321)
Previous Topic:Local Classes and Local Non-Final Variables: Where was this in the patch notes?
Next Topic:CopyParticipant how to get new filename
Goto Forum:
  


Current Time: Fri Apr 26 09:03:54 GMT 2024

Powered by FUDForum. Page generated in 0.02985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top