Bug 514215 - Can't enable a breakpoint in JavaScript class with JSDT 2.1.0
Summary: Can't enable a breakpoint in JavaScript class with JSDT 2.1.0
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Victor Rubezhny CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-26 11:31 EDT by Gautier de SAINT MARTIN LACAZE CLA
Modified: 2017-04-03 08:49 EDT (History)
2 users (show)

See Also:


Attachments
ScreenShot of installation details (198.75 KB, image/png)
2017-03-26 11:31 EDT, Gautier de SAINT MARTIN LACAZE CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gautier de SAINT MARTIN LACAZE CLA 2017-03-26 11:31:15 EDT
Created attachment 267467 [details]
ScreenShot of installation details

I tried this weekend the JSDT version found here : http://build.eclipse.org/webtools/committers/

After an update from Oxygen m6 with the new version of JSDT, I can't put a breakpoint in a method of a JavaScript class.  
I revert the update and the breakpoint feature works perfectly.
Comment 1 Patrik Suzzi CLA 2017-03-28 05:53:06 EDT
I think this can be related to the introduction of Closure compiler and the non-release of JSDT Neon.3, which means some compiler libraries could be missing.

Raising the severity to major. 

Could you please explains the steps to reproduce the bug:
- from which package you started, and how did you do the update?

Thanks for reporting!
Comment 3 Victor Rubezhny CLA 2017-04-03 08:49:54 EDT
Gautier,

could you please update the Orbit bundle to http://download.eclipse.org/tools/orbit/downloads/drops/S20170306214312/ or any later build.

It's possible to use S20170120205402, but with this version in order to correctly install Google Closure Compiler you have to un-check "Group items by category" and then select all the packages for the installation. Otherwise, CC doesn't get installed. See Bug #512388.