When I debug->trace an application in Flex builder and try trace into
the restfulx function, it ask me to "Edit Source lookup path". I have
download the restfulx source code and extracted into a folder. But it
seems ignore it even I add the path as a filesystem directory or an
external archive.
Any one have experience on that?
If that is not possible, as an alternative, can I build the
restfilx.swc from the source code? is there a makefile?
> When I debug->trace an application in Flex builder and try trace into
> the restfulx function, it ask me to "Edit Source lookup path". I have
> download the restfulx source code and extracted into a folder. But it
> seems ignore it even I add the path as a filesystem directory or an
> external archive.
> Any one have experience on that?
> If that is not possible, as an alternative, can I build the
> restfilx.swc from the source code? is there a makefile?
> When I debug->trace an application in Flex builder and try trace into
> the restfulx function, it ask me to "Edit Source lookup path". I have
> download the restfulx source code and extracted into a folder. But it
> seems ignore it even I add the path as a filesystem directory or an
> external archive.
> Any one have experience on that?
> If that is not possible, as an alternative, can I build the
> restfilx.swc from the source code? is there a makefile?
> To answer the second question you can build restfulx.swc from source
> code by going into
> restfulx_framework directory you checked out and then typing:
> rake
> This assumes that your FLEX SDK bin folder is in your PATH.
> cheers,
> Dima
> On 5-Mar-09, at 9:48 AM, shawn wrote:
> > How to setup the source lookup path?
> > When I debug->trace an application in Flex builder and try trace into
> > the restfulx function, it ask me to "Edit Source lookup path". I have
> > download the restfulx source code and extracted into a folder. But it
> > seems ignore it even I add the path as a filesystem directory or an
> > external archive.
> > Any one have experience on that?
> > If that is not possible, as an alternative, can I build the
> > restfilx.swc from the source code? is there a makefile?