Difference between revisions of "CDebuggers"
Jump to navigation
Jump to search
m |
(Removed rhel6 entry) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
We currently have the following C/C++ debuggers on the following platforms: | We currently have the following C/C++ debuggers on the following platforms: | ||
− | === | + | ===RHEL7=== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | * gdb 7.6.1-120.el7 - /usr/bin/gdb | ||
+ | * valgrind 3.15.0 - /usr/bin/valgrind | ||
Also see: [[CCompilers]] | Also see: [[CCompilers]] |
Latest revision as of 19:10, 20 October 2020
We currently have the following C/C++ debuggers on the following platforms:
RHEL7
- gdb 7.6.1-120.el7 - /usr/bin/gdb
- valgrind 3.15.0 - /usr/bin/valgrind
Also see: CCompilers