-
### Environment
- OS and version: Windows 11
- VS Code: 1.88.1
- C/C++ extension: 1.19.9
- OS and version of remote machine (if applicable): Linux (yocto) kernel 5.15.71
- GDB / LLDB version: gdb…
-
Hi,
I use the c_cpp extension in VScode with a large c++ project.
One issue is, that starting the debugger session takes more than one minute.
I activated the logging to see what is happening. It…
-
Most tests in compiletest use annotations to denote whether they can be run or should be ignored, for example if some pre-requisites are missing. The `debuginfo` test suite is different though: since …
-
### 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…
-
Pico W + Debug Probe + Windows 11 + Pico Visual Studio from Pico Setup
The probe is updated to the latest firmware.
Looks like that issue is specific to `tinyusb_dev_hid_composite` example.
The Pic…
Slion updated
4 months ago
-
Hi,
I managed to debug a simple program but I cannot debug anything when we use the Wire library. The code bellow will "freeze" the teensy and no serial ports are generated. As soon as I comment the …
-
Hi,
I am building a VSCode debugger for RISC-V cores, based on https://github.com/Marus/cortex-debug. I have managed to change its settings so that it uses riscv-gdb and riscv-openOCD. It is succes…
-
### Environment
- OS and version: Ubuntu 22.04 LTS, also happens on Windows an other Linux distros
- VS Code: 1.91.1
- C/C++ extension: v1.21.3
- GDB / LLDB version: GNU gdb (Ubuntu 12.1-0ubuntu1~…
-
_[ disclaimer: to get below code to work I copied the gdb target XML files of 'arm' to 'qiling/debugger/gdb/xml/cortex_m' and put back the 'setup_remap' function in 'hw/hw.py' (STM32 uses aliased memo…
-
followed the installation instructions with all packages and libraries from requirements.txt:
```
git clone https://github.com/GuidoBartoli/sherloq.git
cd sherloq/gui
sudo apt install python3-di…