[JBoss JIRA] (ERT-348) mouse hover over member variable does not show it value [EBZ#497965]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-348?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-348:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.2 (4.6))
> mouse hover over member variable does not show it value [EBZ#497965]
> --------------------------------------------------------------------
>
> Key: ERT-348
> URL: https://issues.jboss.org/browse/ERT-348
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> While debugging, if I hover with my mouse over “myVar” part of the expression “myVar.myProp.mySubProp.abc” in my JS editor, I see a tooltip with its current value. But if I hover over the last segment “abc” of the same expression nothing happens. If I want to see its value, I have to move the mouse to “myVar” and when the tooltip opens up I have to click to expand, scroll to “myProp”, click to expand, scroll to “mySubProp”, expand, etc. until I see “abc”. Would be a real time saver when I hover over “abc” to see its value.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ERT-346) If I add a breakpoint to a project called "node_modules" the program is not suspended [EBZ#497703]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-346?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-346:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.2 (4.6))
> If I add a breakpoint to a project called "node_modules" the program is not suspended [EBZ#497703]
> --------------------------------------------------------------------------------------------------
>
> Key: ERT-346
> URL: https://issues.jboss.org/browse/ERT-346
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> We use feature in node that we can put out modules in a “node_modules” in a parent folder and it will be properly found: https://nodejs.org/api/modules.html#modules_loading_from_node_modules_fol...
> Node is working properly but if I add a breakpoint in a source file inside “node_modules” the breakpoint does not get hit.
> To reproduce the issue:
> 1. Create a JavaScript project “test”.
> 2. Add a file “test.js” to the project with content:
> var m1 = require("m1");
> console.log("m1.myFunc = " + m1.myFunc(3));
> 3. Create a JavaScript project called “node_modules”.
> 4. Add a folder “m1” to the project “node_modules”.
> 5. Add a file “index.js” to the folder “m1” with content:
> module.exports.myFunc = function( i) {
> return i*i;
> }
> 6. Debug “test.js” as Node – it works. Node is finding property “index.js”. 7. Add a breakpoint to “index.js”.
> 8. Debug “test.js” as Node – it runs, but the breakpoint does not suspend the target.
> Is there workaround for this issues?
> Most of our projects are relying on the “node_modules” being found in the parent folder. That is making most of our code hard to debug.
> I tested this on Ubuntu 14.04.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ERT-351) Can not retrieve plugin catalog [EBZ#498254]
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/ERT-351?page=com.atlassian.jira.plugin.sy... ]
Nick Boldt updated ERT-351:
---------------------------
Fix Version/s: Oxygen.3 (4.7)
(was: Neon.1 (4.6))
> Can not retrieve plugin catalog [EBZ#498254]
> --------------------------------------------
>
> Key: ERT-351
> URL: https://issues.jboss.org/browse/ERT-351
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Thym
> Reporter: Friendly Jira Robot
> Labels: 2.1.0, General, bzira
> Fix For: Oxygen.3 (4.7)
>
>
> Created attachment 263226
> screenshot.png
> 1) Open new thym project wizard
> 2) the error will pop out (happens occasionally)
> Stacktrace:
> ------------
> com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 1
> at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505)
> at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1386)
> at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:572)
> at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:368)
> at org.eclipse.thym.core.plugin.registry.CordovaPluginRegistryManager.retrievePluginInfos(CordovaPluginRegistryManager.java:182)
> at org.eclipse.thym.ui.plugins.internal.CordovaPluginSelectionPage$9.run(CordovaPluginSelectionPage.java:299)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months