Thanks Josh,
I updated asconfigc vía nom to 0.1.5 and now is working :)
Now that is compiling, I must figure how to run a simple example with
flexes components :)
2016-09-28 0:55 GMT+02:00 Josh Tynjala :
> Hey Carlos,
>
> The "unknown configuration variable" error was actually a bug in asconfigc
Hey Carlos,
The "unknown configuration variable" error was actually a bug in asconfigc.
It was still trying to build a SWF. I guess I didn't test that path well
enough, since I don't use the FlexJS components. Update asconfigc, and it
should work now. Sorry about that!
- Josh
On Tue, Sep 27, 201
Hi Josh,
thanks for the responses:
first, I try installing a Firefox VSCode debugger extension (Debugger for
Firefox 0.6.4 by Holger Benl) ...don't know if this is correct.
I add this in launch.json:
{
"name": "Launch Firefox against debug.html, with sourcemaps",
"type":
Awesome. Thanks for the feedback, Carlos!
In one of the browser debuggers (either Chrome or Firefox), I couldn't get
a breakpoint to work in the constructor of the main class. Just like you
describe. Strangely, the main class constructor worked in the other
browser's debugger, and constructors fro
Hi Josh,
at last I could get all up and running with Visual Code and your @NextGenAS
extension, building and debgugging in Chrome. Pretty Amazing work! :)
(just one thing, the break point worked in a click function, but not in a
line of the main Main.as function, maybe source-maps doesn't work if