-
This is problem which I ran into while trying to reproduce #131:
```
(venv) homer tmp $ py -d 2503089
^C^C^C
```
i.e., the `py` script just hangs indefinitely while trying to attach a debugge…
-
Ghidra Debugger has built-in support for GDB so it should just work assuming psplink has support for all the required features. The only additional thing this plugin could provide is the mapping offer…
-
Hello,
I am in the process of deploying the HelloWorld example onto my MAX78000FTHR board. I am using the OpenOCD aarch64 version since the i386 version does not work, even with Rosetta 2 emulation,…
-
### Environment
- OS and version: Kubuntu / linux 5.15.0-52-generic
- VS Code: 1.75.0
- C/C++ extension: 1.14.4
- OS and version of remote machine (if applicable):
- GDB / LLDB version:
#…
-
### What happened?
I had reorganized the folders containing C++ training material so that each project resides under a workspace folder named by the lesson name. I noticed some errors in the traini…
-
HW Side: Debug Module, talking over AWS OCL port to host-side.
Host-side: Connect to debugger (GDB).
Functionality: Control HW completely, from GDB.
Status: HW Side is done. Host-side: pre-step dem…
-
It will be amazing if this awesome project supports rr (record and replay) debugger.
Adding a 'reverse step' and 'reverse next' button would be amazing too!
-
Sry to trouble.
Recently, I developed a PixelShuffle plugin in C++ and integrated it into a engine built with TensorRT's C++ API. The inference results are correct, but when the program terminates, I …
-
Type: Debugger
**Describe the bug**
- OS and Version: Ubuntu 16.04.6 LTS
- VS Code Version: 1.38.1
- C/C++ Extension Version: 0.25.1
We needed to debug a program which needs root privileges t…
-
When the session starts it sends:
```
-gdb-set target-async on
```
This is intended to enable asynchronuos commands, see https://sourceware.org/gdb/onlinedocs/gdb/Asynchronous-and-non_002dstop…