-
When I'm trying the very basics (reference to the rawgithub stacktrace.js and calling
var trace = printStackTrace();.. (the basic example on http://www.stacktracejs.com) I get
"Uncaught ReferenceErr…
-
API Usage for StacktraceJS defines the following example for function instrumentation:
```
function logStackTrace(stack) {
console.log(stack.join('\n'));
}
var p = new printStackTrace.implementa…
-
This way must allow custom messages
custom names (its type) OR instanceof checks
and it must contain the full stack trace
-
When will the latest code drop on bower/npm?
-
The following code was run at opalrb.org/try
``` ruby
class User
def remote
caller
end
def name
remote
end
end
puts User.new.name #returns an empty array, but I was expecting it to …
-
I' wondering why this is attempting to download all the sources, when it is embedded in the source map.
I first tried this lib, https://github.com/evanw/node-source-map-support which works fine in chr…
-
Its inevitable that browsers will come up with new traceline formats for specific circumstances. The stack parser should be able to gracefully fail in those cases - the `StackFrame` should simply have…
-
At least for dev environments, we need a way to log common JavaScript errors on the content server.
I don't believe we have anything setup for this right now. Should we use some existing solution or …
-
```
What steps will reproduce the problem?
1.while generating barcode with backbone.js and ibm worklight.
2.I am to generate barcodoe for ean13 but facing problem with code 128
3.it is working fine wi…
-
I've been using version 0.6.0 for a while in one of the projects, with great success. However, just now I noticed that there's a newer version that relies on promises a lot, and that the top of the ma…