-
### Minimal, reproducible example
```TypeScript
const puppeteer = require("puppeteer");
const http = require("http");
let server = http.createServer((req, res) => res.end());
server.listen(80…
-
#### Summary
`satisfies()` with nested assertions obscures stack trace
#### Example
We have a `satisfies()` call with many embedded assertions like this. AssertJ doesn't expose the stack trace …
-
I had a trouble while debugging a thread safety problem of **my code**.
When executing all test cases, one of my test case failed with the following exception:
```
System.NullReferenceException…
-
### Feature description
**Is your feature request related to a problem? Please describe.**
In a flame graph it sometimes can be quite tricky to spot the part of the code/component you actually w…
-
**What tool do you want?**
A stack trace formatter
**Describe the solution you'd like**
A tool that takes a text input - a stack trace, for example from Java, .NET, or Python, and formats it to i…
-
Something like this should be able to show the traceback tied to a given error:
```
try(
func() {
error("kaboom")
},
func(err) {
print(err.traceback())
}
)
```
myzie updated
1 month ago
-
### Platform
iOS
### Environment
Production, Develop
### Installed
Manually
### Version
8.32.0
### Xcode Version
15.4
### Did it work on previous versions?
no
### Steps to Reproduce
1. Cr…
-
### Problem Statement
When we get a stack trace in the UI and detect that it is from a certain platform, we display that platforms logo next to the stack trace. Python for *.py, JavaScript for .js, a…
-
## Background
We believe we have found some evidence that we are getting partial stack traces from MERP in [presumably] some cases... see comment here: https://devdiv.visualstudio.com/DevDiv/_w…
-
This issue was auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: [https://cockroach-labs.sentry.io/issues/6064268017/?referrer=webho…