-
Type: Debugger
Hookup the reverse debugging commands for gdb to the VSCode Debugger Protocol.
i.e. reverse-next, reverse-step, reverse-continue, etc.
-
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-…
-
Hello. I found vis crashes when I do the following action:
1. Open vis
2. Enter ":vsp" and then Tab; the Ex line expands to some file path
3. Press Esc and then enter ":vsplit", then press Enter; t…
-
Latest dev.
Because of the Tiny Ant bug #610 I wanted to delete the problematic ants from the data.sav file manually, so I tried it. But it causes crash at the end of loading the saved game.
To reprod…
-
Using the latest libtorrent/rtorrent releases, rtorrent is freezing for extended periods of time on my machine that is seeding from a CIFS share (sadly, we have no other storage option). GDB backtrac…
-
```
#!watchflakes
default
-
- [x] I have read this document fully before sending the issue off.
- [x] I am running the latest commit from this repository clean without any modification.
- [x] I have installed all r…
ghost updated
3 years ago
-
```
What steps will reproduce the problem?
1. Create a new .c file following rng_empty_random.c template, that defines the
user-defined RNG.
2. Add the RNG reference to the bottom of dieharder.h.
3. …
-
In the watch window, I'd like to be able to edit the value, and have it actually poke the memory.
Useful for debuggin'
Also, useful if say I want to copy the address at some expression, since I ca…
-
### Describe the bug
```
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000056062232fc40 in game::draw (this=0x0, ui=...) at src/game.cpp:3930
3930 ter_view_p.z = ( u.pos() …
l29ah updated
3 months ago