Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.5.0
-
None
-
Qt Creator 3.5.0 (enterprise)
Based on Qt 5.5.0 (GCC 4.9.1 20140922 (Red Hat 4.9.1-10), 64 bit)
Built on Aug 18 2015 13:16:19
From revision f1b9f56c69
-
3f1b622fb7203392de0fa9a8a058b807ee9d4006
Description
In the window you get with all the possible expansions the following output is shown when selecting "JS:<value>":
Evaluate simple Javascript statements. The statements may not contain '{' nor '}' characters.<p>Current Value: Error in "<value>": SyntaxError: Syntax error
That is the result of evaluating "<value>" as JS.
There are two problems here:
- First the output should be readable without the HTML quotes and everything.
- Secondly there should not be an error reported in the first place