B.T.W. eclipse may use other arguments.  see the bottom of the jdpa
document for examples:

http://docs.oracle.com/javase/6/docs/technotes/guides/jpda/conninv.html


On Jan 29, 4:09 pm, Nichole <nichole.k...@gmail.com> wrote:
> 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