Hey Piotr,

That could be tricky. To debug the original ActionScript for the FlexJS
components (while running the generated JavaScript), you would need to
generate source maps somehow. The SDK doesn't generate any source maps by
default and it also uses compiled SWCs. You probably need to add the FlexJS
source code to your project's source path, instead of the SWCs. I'd try
setting the config field in your asconfig.json to js to omit the FlexJS
SWCs. Then, point the source-path to the appropriate folders in the SDK.

- Josh

On Sat, Nov 5, 2016 at 4:32 AM, piotrz <piotrzarzyck...@gmail.com> wrote:

> Josh,
>
> Couple of questions before I jum into this deeper.
>
> How you debug FlexJS ? Let say that you have some project example which use
> MDL components.
>
> I will try to achieve with VSCode following thing:
> - Build Falcon and FlexJS maven
> - Build simple project through maven - debug it and have connected in
> somehow sources from FlexJS to hunt bugs - Is it possible ?
>
> Thanks,
> Piotr
>
>
>
> -----
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/MDL-Tweet-tp56042p56271.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to