Matthieu HAMEL (welemtam)
Results
2
comments of
Matthieu HAMEL (welemtam)
Hi! I believe I have the same problem: GDB version: GNU gdb (Debian 16.3-1) 16.3 dape version : 0.25.0 [dape_connection_events.txt](https://github.com/user-attachments/files/23151407/dape_connection_events.txt) Context: a very simple C++ program: ```cpp #include #include int...
Hi, I had a quick look: When dape sends the request/variables message, it's at the beginning of the main(), and the vector is not even declared. Though, GDB lookups the...