I think all you have to do, is to set the debug-config parameter to true.
Without it the flash player won't allow debugging at all.
Here part of my configuration:
<plugin>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<version>${flexmojos.version}</version>
<configuration>
<debug>true</debug>
<accessible>true</accessible>
<headlessServer>true</headlessServer>
<targetPlayer>${flex.target.player.version}</targetPlayer>
</configuration>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
</dependencies>
</plugin>
Hope it helps
2011/3/2 Marvin Froeder <[email protected]>
> Debug what? Tests? This workflow is not currently implemented (not even
> sure if it ever will be, need someone to do it)....
>
> VELO
>
>
> On Wed, Mar 2, 2011 at 3:50 PM, Wei Guan <[email protected]> wrote:
>
>> I have a hard time to set this up.
>>
>> Any help would be highly appreciated.
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Flex Mojos" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/flex-mojos
>>
>> http://flexmojos.sonatype.org/
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Flex Mojos" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/