Prolog Development Tools (ProDT) is a Prolog Integrated Development Environment (IDE).
One of the goals is to create a prolog IDE as rich in functionality as the Eclipse's java IDE, giving the developer a single environment where it can control the development from code edition, test execution, debugging, and more...
This project takes advantage of the Eclipse's plugin architecture to be prepared to support many standard Prolog implementation.
The reference prolog implementation used for development is SWI-prolog.
To learn more about Eclipse, visit the homepage of the Eclipse Open Source project.