-
### Problem
Crash on startup with nvim: /home/runner/work/neovim/neovim/src/nvim/message.c:2392: msg_scroll_flush: Assertion `to_scroll >= 0' failed.
### Steps to reproduce
`env -i TERM=ansi-…
-
### Describe the bug
After updating to the latest element-desktop-wayland, it crashes on startup.
- `NIXOS_OZONE_WL=1 /nix/store/iqmzwvjhn1kqwhikifq4xy9w2gdx33l5-element-desktop-1.11.32/bin/ele…
-
Type: Debugger
Problem: Unable to set conditional breakpoints (expressions) that contain double-quotes. I can side step the issue by escaping all of the double-quotes in the expression but that is …
-
[Enter steps to reproduce:]
1. While debugging (Feather, Blackmagic)
2. Had 4 breakpoints assigned and attempted to step. Failed because it needed a breakpoint available (presumably).
3. Went to …
-
I have recently installed cbp3 and I am testing functionalities on the table.
So, I have only one step in the HLT. When I start the step and then stop it, cbp3 hangs and I need to restart the app.
…
-
[Enter steps to reproduce:]
1. Try to save a debug config
**Atom**: 1.37.0 x64
**Electron**: 4.1.4
**OS**: linux 5.1.3-arch1-1-ARCH
**Thrown From**: [dbg](https://github.com/31i73/atom-dbg) p…
-
I have a google calendar synced, and whenever I click on an even in the agenda panel, it opens chrome and takes me to the add new event page. However, plasma completely freezes. If I open up TOP, it s…
-
Punted from 0.1. The gdb in fedora 19 really really wants us to be using it, and when we don't, it manifests a bug (#459) that appears to be caused by assuming that the stub is using non-stop when it…
-
**Describe the bug**
I am trying to use gdbgui with TeensyDebug, a gdb stub for the Teensy SBC: https://github.com/ftrias/TeensyDebug
When I run with gdbgui rather than gdb, gdbgui is not able to …
-
Hi. I have simple program to test:
```
#include
#include
#include
#include
class myTestClass {
public:
int A = 4;
public:
myTestClass() { this->A = 5; }
void testfnc() { this-…