This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250215 - IllegalArgumentException: No enum constant org.netbeans.lib.v8debug.vars.V8Value.Type.Symbol
Summary: IllegalArgumentException: No enum constant org.netbeans.lib.v8debug.vars.V8Va...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-04 15:00 UTC by Martin Entlicher
Modified: 2015-02-16 08:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215195


Attachments
stacktrace (1.25 KB, text/plain)
2015-02-04 15:00 UTC, Martin Entlicher
Details
stacktrace (1.24 KB, text/plain)
2015-02-04 17:33 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2015-02-04 15:00:38 UTC
Build: NetBeans IDE Dev (Build 20150204-8aa31b31a658)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Linux

User Comments:
mentlicher: Debugging iojs application. Expanded global scope.




Stacktrace: 
java.lang.IllegalArgumentException: No enum constant org.netbeans.lib.v8debug.vars.V8Value.Type.Symbol
   at java.lang.Enum.valueOf(Enum.java:238)
   at org.netbeans.lib.v8debug.vars.V8Value$Type.valueOf(V8Value.java:50)
   at org.netbeans.lib.v8debug.vars.V8Value$Type.fromString(V8Value.java:72)
   at org.netbeans.lib.v8debug.JSONReader.getValue(JSONReader.java:414)
   at org.netbeans.lib.v8debug.JSONReader.getRefs(JSONReader.java:668)
   at org.netbeans.lib.v8debug.JSONReader.getResponse(JSONReader.java:124)
Comment 1 Martin Entlicher 2015-02-04 15:00:40 UTC
Created attachment 151818 [details]
stacktrace
Comment 2 Martin Entlicher 2015-02-04 17:33:17 UTC
Created attachment 151821 [details]
stacktrace

Exploring Global Scope/root/v8debug/builtins in iojs application.
Comment 3 Martin Entlicher 2015-02-16 08:36:49 UTC
Fixed by changeset:   283589:d12efaa64a26
http://hg.netbeans.org/web-main/rev/d12efaa64a26