-
### Problem Statement
My app code is obfuscated with Babel Obfuscator.
Would it be possible to de-obfuscate stack traces automatically?
### Solution Brainstorm
1. Add the possibility to upload a m…
-
### Problem Statement
Currently paths in the "raw" stack trace shown in the portal look like this:
```
Mysql2::Error: Deadlock found when trying to get lock; try restarting transaction
from mysql2…
-
When debugging I noticed stack traces for owlbot were js line numbers that don't correlate well to the ts files. It would be great is the stack traces mapped back to the source files some how.
-
In https://github.com/flutter/flutter/pull/48413#issuecomment-573827770 @jacob314 says:
> We fully control how Dart displays stack traces on the web (for example: it isn't depending on the browser so…
Hixie updated
7 months ago
-
Currently we get NPEs at many places which appear as stack traces and no helpful messages are printed in the log.
We should define better exception handling and provide messages for the user to re…
-
### Description
Currently, errors that happen during evaluation show a stack trace, but errors that happen in user code during rendering (using functions such as `cite` or `locate`) do not.
Impr…
-
### Game or games this happens in
Not game-specific
### What area of the game / PPSSPP
When the game jumps to a code that for some reason doesn't lie within a defined function symbol, the stack tra…
-
Google breakpad was removed in the move to VS2022. We want to get stack traces/minidumps on crashes.
- [ ] Reintegrate google breakpad bringing back old code.
- [ ] Preserve pdbs from release and …
rmtew updated
2 months ago
-
Hello,
I believe Vyper stack traces are not supported (when using [hardhat-vyper](https://hardhat.org/plugins/nomiclabs-hardhat-vyper.html)).
Is that on the roadmap ?
Is it a big internal eff…
-
It would be convenient to get async stack traces, like what Chrome Devtools shows us in the sources tab.
F.e.
```js
// main.js
function foo() {
setTimeout(function bar() {
const stack …