mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c795389cc9
or gdb can work together. PR: ports/57885 Submitted by: Rui Lopes <rui@ruilopes.com>
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
The A-A-P GUI IDE is a framework in which separate tools can work
|
|
together. Like any other Integrated Development Environment it
|
|
supports:
|
|
|
|
* Creating a project
|
|
* Building and executing a program
|
|
* Browsing files
|
|
* Debugging a program while displaying source code
|
|
|
|
Instead of forming a monolitic application Agide provides
|
|
interfaces to plugin existing tools. Currently plugins for Vim
|
|
and gdb are operational. You can add your own plugins.
|
|
|
|
WWW: http://www.agide.org/
|