I will take a look at the issue, I can't live without Console.app debugging ;)
--
Ale Muñoz
http://sofanaranja.com
http://bomberstudios.com
I think the problem may be you are storing 'mm.cfg' on $HOME
I had a lot of problems getting file debugging to work until I learnt
that the *right* place for the file is '/Library/Application
Support/Macromedia/' (for some reason, the logical alternative
'~/Library/Application Support/Macromedia/' does not work)
Take a look and see if that's the problem...
BTW, gem update asproject yields version 0.1.92, and it looks like the
downloads in RubyForge are not updated either. I have used a recent
SVN checkout...
TraceOutputEnable=1
whereas mine (confirmed to work :) has a
TraceOutputFileEnable=1
I know the config file syntax if pretty much black magic/voodoo, but
it may be worth checking...
def flash_player_config
return File.join('/Library/Application Support/Macromedia/', 'mm.cfg')
end
I'd send a patch, but svn diff seems to have a problem with LFs and
CR/LFs and is reproting the whole file as changed :(
Hope it helps! ;)
Hey, it was you who released a killer tool, not me :)
It is a pleasure to contribute to your project ;)
>
> Feel free to commit that change and I'll take a look at getting that release
> out tonight.
>
Change committed. Cross fingers :)