-
by **newton688**:
Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go …
-
```
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…
-
Currently VS GDB engine (GDBEng) doesn't support GDB's "pretty printers", so `Strings`, `Vecs` and other `HashMaps` look pretty incomprehensible in the variable inspector. I've tried several approac…
-
### Environment
- OS and version: macOS Sierra(10.12.6)
- VS Code: 1.67.0
- C/C++ extension: 1.6.0~1.10.0
- Xcode version: 9.2 (9C40b)
- GDB / LLDB version:
/usr/local/bin/gdb version `11.2`
/…
-
Logger/Tracker are nice but "6871947673600" is less readable than 0x64000000000 value.
hrw updated
10 months ago
-
When starting gdb from intel's `mpirun` using:
```
mpirun -gdb -gdb-args --interpreter=mi3 -n 2 ./my-prog
```
output has an leading indicator of which processes are being debugged, for example:…
-
# Debug Hotspot with Eclipse (mac os 10.13)
## 安装gdb
``brew install gdb``
## gdb的代码签名
主要目的是eclipse在debug的时候需要调用gdb,需要gdb有证书
具体的方法可以参照这个[博客](http://blog.csdn.net/u010157717/article/details/513…
-
Add gdbserver support.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/24590540-add-remote-debug-support-gdbserver?utm_campaign=plugin&utm_content=tr…
-
### Feature Request
I am using VSCode and `cpptools` extension to debug Linux programs via GDB. As you know, `GDB-MI` protocol can be pretty chatty, and if a program is running a lot of threads or th…
-
### Environment
- OS and version: Arch Linux (rolling release)
- VS Code: 1.84.2 (flatpack)
- C/C++ extension: 1.18.5
- OS and version of remote machine (if applicable): N/A
- GDB / LLDB version:…