goupviet / joose-js

Automatically exported from code.google.com/p/joose-js
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No stack trace in Firebug for isa constraint exceptions #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a class with an attribute with an isa constraint
2. Create an object and set the attribute to a value of the wrong type

What is the expected output? What do you see instead?

There should be a stacktrace in Firebug, otherwise it is extremely hard to
debug this kind of error as you can't see where it is originating from.

Original issue reported on code.google.com by chano...@gmail.com on 2 May 2009 at 7:32