-
Hello all, Since there is not good way to distribute this kind of info, I am just using the Issue system. I know people are worried about the activity (or lack thereof) on this extension. Here is what…
-
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…
-
## Steps to reproduce
- Build Postgres in a container from `neondatabase/build-tools:pinned` image ([Dockerfile](https://github.com/neondatabase/neon/blob/bf9fc7706190ecd7cbd04fc56864086ced717327/Doc…
-
Hey, I'm running into an issue with `dwm`, similar to #324.
**SYSTEM: Arch Linux**
**KERNEL:** 6.11.2-arch1-1
**NVIDIA DRIVER:** 560.35.03-11
**XORG X SERVER:** 21.1.13-1
**DWM VERSION:** dwm-6…
-
### Environment
- OS and Version: windows11 23H2
- VS Code Version: 1.85.2
- C/C++ Extension Version: 1.23.1
- If using SSH remote, specify OS of remote machine: CentOS7.9
### Bug Summary and Steps…
-
```
when i want use clientgdb to debug gdb server i see this error:
c:\> clientgdb.exe 127.0.0.1:2001 Cisco2600 -vv -test
Restarting the GDB server
Entering GdbCpu::waitForGreetMessage
Error: Couldn…
-
The plug-in termination logic is complicated, since it needs to terminate all processes regardless which one was killed or terminated.
There may be a bug, that kills the GDB server too early, preve…
-
- [x] I have checked the [FAQ](https://wiki.strawberrymusicplayer.org/wiki/FAQ) for answers.
- [x] I have checked the [Changelog](https://github.com/strawberrymusicplayer/strawberry/blob/master/Chang…
-
Hi,
I am trying to reflash, using the ST-Link V2.
However, I get the following error:
openocd -f interface/stlink.cfg -f target/gd32e23x.cfg -c init -c "reset halt" -c "flash read_bank 0 ZY-M100_L.…
-
**Describe the bug**
I load my binary, manually set a break-point several statements into my main function, then click run. The program spawns multiple threads as expected (it's using SDL2) but once…