2010/1/17 Drew Farris <drew.far...@gmail.com>:
> Olivier,
>
> If you are still interested in trying to debug these, you could
> configure the surefire-plugin to use the options for opening up a port
> for remote debugging when it forks off the java process.
>
> see: 
> http://maven.apache.org/plugins/maven-surefire-plugin/examples/debugging.html
>
> The examples there will suspend the vm until you connect with the
> debugger. If you don't know this already, mvn can be convinced to run
> individual tests using the -Dtest=testname argument (sans package
> name, e.g: mvn test -Dtest=TransactionTreeTest)

Thanks for the hint it did not know about that one.

However I have added a log dump the stacktrace in RandomUtils whenever
useSeed is false. It will be less tedious than waiting for the
breakpoints to fire-up in eclipse.

-- 
Olivier
http://twitter.com/ogrisel - http://code.oliviergrisel.name

Reply via email to