To simplify the problem, can you use your IDE purely as jdwp agent?

For maven (which for multi-module projects w/ profiles, current
netbeans and eclipse plugins can have difficulty resolving a class,
but are well worth that trouble for everything they do do right :)
I often use this:
    mvn  -Dmaven.surefire.debug -Dtest=$unittest test
which internally is using
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -
Xnoagent -Djava.compiler=NONE



On Jan 28, 2:28 am, Simon Knott <knott.si...@gmail.com> wrote:
> When I get near a computer I'll see what settings I've got.  I swear I see 
> log output for my unit tests.
>
> Cheers,
> Simon

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to