]
Ilya Buziuk reassigned ERT-341:
-------------------------------
Assignee: Ilya Buziuk
Need to add Chromium / Chrome Runtime for front-end Debugging
[EBZ#497765]
--------------------------------------------------------------------------
Key: ERT-341
URL:
https://issues.jboss.org/browse/ERT-341
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Ilya Buziuk
Labels: Debug, bzira
Fix For: Neon.1 (4.6)
As part of Neon release mechanism to register different JS Runtime has been implemented
(Bug 359436 - Investigate defining browsers / runtimes to use for debugging). The main
idea behind this is that is possible to provide different
JavaScript runtimes through runtime providers. All of the runtime
providers must be associated to a runtime type (previously defined
through another extension point), and all those contributions are
managed and accessed through a JavaScript runtime manager.
Need to add `Chrome / Chromium Runtime` that will be used for front-end debugging.
Chromium Runtime will be launched with parameter like --remote-debugging-port=9222 (debug
port) / 'www.example.com' (start page).