« Return to Thread: breakpoints ignored

Re: breakpoints ignored

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View in Thread

See http://jira.codehaus.org/browse/MEVENIDE-435 for a workaround.

Milos

On Wed, Sep 24, 2008 at 8:18 PM, brad hadfield
<brad.hadfield@...> wrote:

> I realize this is probably a bug with the surefire plugin:
>
>
>
> The presence of <argLine> inputs in the surefire config causes
> netbeans/mavenide to ignore breakpoints.
>
>
>
> For example:
>
>
>
>
>
>                 <groupId>org.apache.maven.plugins</groupId>
>
>                 <artifactId>maven-surefire-plugin</artifactId>
>
>                 <version>2.4.2</version>
>
>                 <executions>
>
>                     <execution>
>
>                         <id>runtests</id>
>
>                         <phase>test</phase>
>
>                     </execution>
>
>                 </executions>
>
>                 <configuration>
>
>                     <systemProperties>
>
>                         <property>
>
>                             <name>test.remote</name>
>
>                             <value>${test.remote}</value>
>
>                         </property>
>
>                     </systemProperties>
>
>                 <argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
>
>                 </configuration>
>
>
>
>  I wondered if anyone has experienced the behavior and/or has suggestions?
>
>
>
> Thanks

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

    http://xircles.codehaus.org/manage_email


 « Return to Thread: breakpoints ignored