]
Ilya Buziuk updated ERT-332:
----------------------------
Fix Version/s: Neon.1 (4.6)
Source not found for main .js file inside node_modules [EBZ#497424]
-------------------------------------------------------------------
Key: ERT-332
URL:
https://issues.jboss.org/browse/ERT-332
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Labels: Debug, bzira
Fix For: Neon.1 (4.6)
My main javascript file is located inside a node_modules folder. There is no debug/run
shortcut context menu in the projects view for this file. I can debug the javascript file
by setting up the launch manually. However the JS debugger is not able to locate my source
file and breakpoint failed to install.
Our application works for nodewebkit and online. The source is the same for both online
and offline, and we start the underline webserver in the nodewebkit case by using require
in the index.html page to load the backend javascript within the node_modules folder. This
backend javascript is the main application where I want to be able to debug in the online
case, which is in the node_modules folder.