Closed GoogleCodeExporter closed 8 years ago
Debugging is pretty simple:
1) Run mvn clean compile -P local to create a new local build (or same via
m2eclipse plugin)
2) Run mvn gae:run -P local to run locally (or same via m2eclipse plugin)
3) Create a new Eclipse debug configuration for jappstart as the project using
localhost and port 8000.
Step 3 is basically the standard way to debug Java web apps in Eclipse. This
will allow you to set breakpoints and step through code as desired.
In regards to unit tests, if someone is interested in contributing a series of
unit tests I'd be open to that.
Original comment by tlees...@gmail.com
on 12 Jan 2011 at 8:29
Original comment by tlees...@gmail.com
on 12 Jan 2011 at 4:30
Original comment by tlees...@gmail.com
on 13 Jan 2011 at 9:31
Original issue reported on code.google.com by
chunhaic...@gmail.com
on 12 Jan 2011 at 8:10