An open API service indexing awesome lists of open source software.

https://github.com/note/aop-debugger


https://github.com/note/aop-debugger

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

To fetch all dependencies and setup eclipse project run (inside aop-debugger):

play eclipse

To build debugger.jar run (inside aop-debugger):

./compileDebugger.sh

To start application (inside aop-debugger):

./run.sh

To create eclipse project for sample test application enter chosen application directory (eg. samples/simple) and run:
mvn eclipse:eclipse

To build test application to jar package:
mvn package