Re: How do I debug actionscript in ming?

David Marceau <[email protected]> Mon, 05 Jan 2004 06:28:39 -0500
Newsgroups gmane.comp.web.ming.general
Message-ID <[email protected]>
Axel Huizinga wrote:
> Don't know but for debugging in linux you can use mozilla
> and javascript:
> 
> function debug(m){
>     dump(m +'\\n');
> }
> 
> and in actionscript i use:
> function debug(m){

>     _root.getURL('javascript:debug(\"'+m+'\")');

The Force is strong within you :)

> }
> 
> Cordially,
> Axel
>