mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
891b81ed4b
Provides an elegant graphical interface to gdb. PR: 19083 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
18 lines
766 B
Plaintext
18 lines
766 B
Plaintext
The standard UNIX debugger, gdb, is extremely powerful, but its
|
|
command line interface can be quite intimidating and painful to
|
|
use.
|
|
|
|
Code Medic provides an elegant free graphical interface to gdb's
|
|
most important features. Unlike most interfaces to gdb, Code Medic
|
|
aims to remove the need for the command line.
|
|
|
|
It provides access to the power of gdb with an intuitive front end.
|
|
It currently supports opening multiple source windows at once,
|
|
setting/clearing breakpoints while the program is running, watching
|
|
variables change in the variable tree as you step through code
|
|
(even with nested structs), text searching through source, and
|
|
integration with Code Crusader to provide a rapid, efficient
|
|
develop-debug cycle.
|
|
|
|
WWW: http://www.newplanetsoftware.com/medic/
|