https://github.com/note/aop-debugger
https://github.com/note/aop-debugger
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/note/aop-debugger
- Owner: note
- Created: 2013-05-09T07:33:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T22:40:56.000Z (about 13 years ago)
- Last Synced: 2025-01-12T09:27:03.223Z (over 1 year ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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