GNU Debugger GDB 15.1 Brings Better Python Support
([GNU] 21 Minutes Ago
GDB 15.1 Released)
- Reference: 0001476373
- News link: https://www.phoronix.com/news/GDB-15.1-Released
- Source link:
GDB 15.1 was released on Sunday as the first version in the GNU Debugger 15 branch for this widely-used, open-source debugging solution.
GDB 15.1 now depends upon the underlying compiler supporting at least C++17, there is better support for debugging the Python programming language, new Debugger Adapter Protocol (DAP) features, new remote protocol additions, various GDBserver features added, and various other changes.
Python improvements in GDB 15.1 include various new functions and modules to enhance the debugging experience, additions around user-defined attributes, and various new constants. Debugger Adapter Protocol work this cycle includes emitting the process event, supporting the cancel request, and the attach request can now specify the program.
Downloads and more details on today's GDB 15.1 debugger release via the [1]release announcement .
[1] https://sourceware.org/pipermail/gdb-announce/2024/000140.html
GDB 15.1 now depends upon the underlying compiler supporting at least C++17, there is better support for debugging the Python programming language, new Debugger Adapter Protocol (DAP) features, new remote protocol additions, various GDBserver features added, and various other changes.
Python improvements in GDB 15.1 include various new functions and modules to enhance the debugging experience, additions around user-defined attributes, and various new constants. Debugger Adapter Protocol work this cycle includes emitting the process event, supporting the cancel request, and the attach request can now specify the program.
Downloads and more details on today's GDB 15.1 debugger release via the [1]release announcement .
[1] https://sourceware.org/pipermail/gdb-announce/2024/000140.html
phoronix