]
Ilya Buziuk updated ERT-340:
----------------------------
Fix Version/s: Neon.1 (4.6)
Cannot set a breakpoint in a node modules [EBZ#497685]
------------------------------------------------------
Key: ERT-340
URL:
https://issues.jboss.org/browse/ERT-340
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Labels: Debug, bzira
Fix For: Neon.1 (4.6)
Created attachment 263019
Simple project that demos the problem
When I debug my node application and I add a breakpoint in a file inside a
"node_modules" folder, the code executes but the breakpoint does not halt the
program execution.
Is this a supported feature? If not, is there workaround for this?
I attached the projects for reference.