-
Most control characters (including CR and LF) are ignored in OSC_STRING.
This is inconsistent with xterm, which I think we should follow in this respect. See the `sos_table` in `VTPrsTbl.c` in the …
-
### Problem Statement
`Error on attach: Operation not permitted` is given on attaching. My usual workflow is to use least capability debugger approach via
```
PID=$(pgrep PROGRAM) && sudo -E capsh …
-
Hello,
First of all thank for this library, it works like a charm. :)
I'm working on a rust wrapper of a java library.
I noticed that when I launch cargo test sometimes one or two of my tests…
-
When debugging a C++ shared library loaded into Python using both gdb-oneapi and gdb on Linux, the following error occurs: "Python Exception : maximum recursion depth exceeded while calling a Python o…
-
Type: Debugger
**Describe the bug**
- OS and Version: Window 10 1093 + WSL Centos 7
- VS Code Version: 1.49.0
- C/C++ Extension Version: 1.1.3
- Other extensions you installed (and if the…
-
### Environment
- OS and version: Windows 11
- VS Code: 1.78.2
- C/C++ extension: 1.16.0 & 1.15.4
- OS and version of remote machine CENTOS 7.9.2009
- GDB / LLDB version: GNU gdb (GDB) Red Hat E…
-
Most tests in compiletest use annotations to denote whether they can be run or should be ignored, for example if some pre-requisites are missing. The `debuginfo` test suite is different though: since …
-
Hi,
I managed to debug a simple program but I cannot debug anything when we use the Wire library. The code bellow will "freeze" the teensy and no serial ports are generated. As soon as I comment the …
-
As mentioned in a post by Chema on the Defence Force forums, it would be very useful to be able to debug emulated Oric code from a full featured debugger (like Visual Studio or GDB) in addition to usi…
-
### Environment
- OS and version: Ubuntu22
- VS Code: latest
- C/C++ extension: latest
- GDB / LLDB version: gdb 12.1 (also repros with 13).
### Bug Summary and Steps to Reproduce
1. Use…