-
Currently, we emit basic DWARF information and our target debuggers (LLDB and the DevTools extension) are more or less able to consume it.
We should do _much_ more. WASM debugging story is somewhat i…
-
I've encountered a seemingly impossible bad behavior from `evalGen`. My testcase is not minimal, unfortunately, but right now I do not have the time to pare down the offending generator.
https://gi…
-
Thank you, your package looks awesome!
-
While testing Temporal in one of my apps, I ran into a failure that turned out to be caused by the [`clone`](https://github.com/pvorb/clone) library being unable to deep-clone objects that included Te…
-
### Issue and Steps to Reproduce
Debug JS code containing the following lines:
let anObject = { key : 1 }
console.log(anObject)
### Expected Behavior
Expected output should be somet…
-
PR https://github.com/python/cpython/pull/30872 added `_Py_DECREF_SPECIALIZED` which calls `destruct` over the object. When `destruct` is `PyObject_Free` this skips `tracemalloc` counting reporting th…
-
* Operating System: Windows 10
* Cutter version: 221-HEAD-f4be9a8
* Obtained from:
- [x] Downloaded release from Cutter website or GitHub
* File format: EXE
**Describe the bug**
When using …
-
Static ifs are seldom used structures in some languages.
C/C++'s `#if/#else` macros are some examples of such structures, so are D's [`static if`](https://dlang.org/spec/version.html) or their `debug…
-
Missing package json file to setup your project on the local machine.
Full review paused until necessary files are all present.
-
Hey,
We've noticed that when 'all' is selected from ['all', 'user-unhandled'] in vscode exceptions, then it also breaks on exceptions which their entire path ('throw' to the handler) is internal to l…