-
This is somewhat of a cross project issue, as I badly want to improve support across all the Jupyter kernels. However, for my current language of choice, javascript, I want us to be able to get to an …
-
at com.vpn.ai.SketchLogger.startLogging(SketchLogger.java:80)
at com.vpn.ai.SketchLogger$2.run(SketchLogger.java:68)
-
I was wondering what people think of using a lib like [stack-utils](https://github.com/tapjs/stack-utils) to clean up the stack trace to ensure the first line of the stack corresponds to the function …
-
Hello,
I know there is already an issue about cleaner stack traces. This is somewhat related, but focused on the length, and not specifically on the number of stacks or where they come from.
Her…
-
-
Exceptions contain a lot of extraneous stuff in the stack traces, which doesn't get filtered by the built-in filter, because the frameworks are loaded using eval().
Example from iOS runtime:
```
Nat…
-
Due to the very simple nature of Java's `StackTraceElement`, we are unable to store extra information by default which severely limits the debugging information we can display to the user upon throwin…
-
```
From the easyb users list:
"no clickable stacktrace when a test fails! Please, you need this"
```
Original issue reported on code.google.com by `rfciii` on 20 Aug 2008 at 1:49
-
When using stackman with [long stacktraces](https://github.com/petkaantonov/bluebird/blob/master/API.md#promiselongstacktraces---void) it gives empty frames:
```
{ properties: {}, frames: [] }
```
`…
-
Perhaps something like:
https://github.com/laverdet/node-fibers/blob/master/future.js#L195
would help?
wryun updated
9 years ago