]
Gorkem Ercan updated ERT-112:
-----------------------------
Sprint: devex #117 July 2016
[debug] Better JavaScript hot replace support for Chromium/V8
debugger [EBZ#488344]
-----------------------------------------------------------------------------------
Key: ERT-112
URL:
https://issues.jboss.org/browse/ERT-112
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Ilya Buziuk
Labels: Debug, bzira
Current Chrome/V8 debugger contribution supports hot deployment for changed .js file to
JavaScript MV running in debug mode. It can be done by selecting action from context menu
on changed .js file opened in JS Editor from Debug session virtual file system.
This feature should be supported for editing .js files in eclipse workspace as well. When
debugging session is on and .js file is changed IDE should check if it is used in current
debugging session and ask if it should be hot deployed to JavaScript VM.