-
### Describe the bug
Hi, Andrei
We recently encountered a crash. After analysis, I think this problem may occur on OpenJDK 8, 11, and 17. It will not occur on OpenJDK 18 and above because [JDK-8…
-
.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…
-
Type: Debugger
OS: MacOS
Version: 10.13.6
Debugger: LLDB
launch.json:
```{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attribut…
-
This is a feature request.
Debugging via GDB is problematic for a number of well documented reasons. In particular (for me), stepping within GDB is so slow as to be unusable within the IDE.
[Intell…
-
```
os: ubuntu 20.04
vscode: 1.48.2
cpptools: v0.29.0 (tried both default & insiders channels)
gdb: 9.1
```
Hi,
i'm trying to launch the debugger
it was working fine a month ago (before vaca…
-
* 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…
-
Does anyone out there know how we are supposed to use the "native" backend?
I am finding that my old code was not working with the C-based backend, because something goes wrong when I pass data fro…
-
**Describe the bug**
I installed EclipseCDT 2022-12, created the HelloWorld example app, compiled, but when I debug I get an error. I have both current MSYS2 (MinGW64) and Cygwin64 installed, neither…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](htt…
-
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 …