-
### Description of the bug:
The debugger (at least GDB) is not configured to discern sources from external dependencies.
In order to debug through (and hit breakpoints in) sources from externa…
-
- [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…
-
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…
-
### Description
Hi!
Im unable to debug binaries in amd64 docker container. Im using Docker Desktop for Mac with enabled rosetta emulation for x86/amd64. Im using centos7-based custom image for compi…
-
```
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…
-
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.…
-
# TLDR
This is a lot of text because the issue is complex but if you want the gist:
To not break a lot of tools that rely on unwinding, I propose to fix this by **compiling the JIT stencils with…
-
Giving this output:
```shell
$ java -DserverURL=http://fooservice.bridgedb.org -jar dist/org.bridgedb.server.jar
Starting server on port 8183
May 02, 2018 1:26:32 PM org.restlet.engine.http.Stre…
egonw updated
4 months ago
-
**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…