CDebuggers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Removed rhel6 entry) |
||
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. | * gdb 7.6.1-120.el7 - /usr/bin/gdb | ||
* valgrind 3. | * valgrind 3.15.0 - /usr/bin/valgrind | ||
Also see: [[CCompilers]] | Also see: [[CCompilers]] |
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