-
```
What steps will reproduce the problem?
1.use tests/test.py
block in this line: print gdb.version().wait()
2. use tests/test.py
3.
What is the expected output? What do you see instead?
What…
-
### Environment
- OS and version: Window 11 (Build 22631.3447)
- VS Code: 1.88.1
- C/C++ extension: 1.19.9
- OS and version of remote machine (if applicable): WSL / Debian bookworm
- GDB / LL…
-
Great work in integrating GDB in this awesome editor.
I wonder if with your integration you might have the possibility to create a view to enable gdb console commands, just like vimgdb does it. Seems…
-
.devcontainer config file w/gdb and friends (docker, clangd) + build tasks for all the ninja things + Dockerfile that uses this as a base + adds git and `ip` and `ifconfig`
if we're being really fa…
-
I'm trying to run the disassembly view extension using vscode-cpptools + mingw + gdb.
Could you support the "location" member of "DisassembledInstruction" of DAP in order to go to source from disas…
-
now show like
```
"/usr/bin/gdb" --interpreter=mi --tty=${DbgTerm} 0"/tmp/Microsoft-MIEngine-Out-eywsucjm.nmj"
```
I want to redirect the output to logfile, how can I do this? but the 1> is us…
-
[ALL ] tui-win.o:tui-win.c:(.rdata$.refptr.stdscr[.refptr.stdscr]+0x0): undefined reference to `stdscr'
[ALL ] tui-win.o:tui-win.c:(.rdata$.refptr.curscr[.refptr.curscr]+0x0): undefined refere…
-
* add UI support for breakpoints that have the type `watchpoint`
use the gdb mi [`-break-watch` command](https://sourceware.org/gdb/onlinedocs/gdb/Set-Watchpoints.html) to add a UI element where ap…
-
This is something that was always annoying about gdb mode and seems to happen also in realgud. If you edit the source and then recompile and restart the program in gdb, the breakpoint marks in the sou…
-
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 …