Mark Davis wrote:
In maven plugin flash demo I've seen it is possible to debug maven builds.

However when I try to place breakpoint in test method, switch to debug perspective and then run maven test nothing happens.
Seems break points are ignored.

How to make debugging  work?
No need to make anything it should just work because Maven launch configuration starts with debug enabled by default. So, you just need to specify "test" goal in the launch configuration.

There is a chance that your test is not being executed by Maven, but when you switch to the Debug perspective, on Debug view after launching Maven you should see jvm process for running Maven instance and you should be able to suspend it using view toolbar to verify what you actually running under debugger.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to