Apache Royale Debugging news

2018-10-25 Thread Carlos Rovira
Hi, just let you know that debugging with source maps are working thanks to Josh Tynjala compiler fixes done yesterday. Here's a link of the tweet about it with animated gif showing how debugging is working both in #MXML and #AS3 https://twitter.com/ApacheRoyale/status/1055406278518980609 Enjoy

Re: Apache Royale Debugging news

2018-10-25 Thread Piotr Zarzycki
Hi Carlos, It won't work with Royale until we release it yes ? What you did in order to make it work ? Piotr czw., 25 paź 2018 o 12:38 Carlos Rovira napisał(a): > Hi, > > just let you know that debugging with source maps are working thanks to > Josh Tynjala compiler fixes done yesterday. > > H

Re: Apache Royale Debugging news

2018-10-25 Thread Carlos Rovira
Hi Piotr, Josh worked on fixing the issues. Until now we was able to debug AS3, but MXML had some issues. Josh worked to fix those :) As you said, to get this fix people must use nightly build or build directly from develop. Thanks El jue., 25 oct. 2018 a las 12:42, Piotr Zarzycki (< piotrzarzyc

Re: Apache Royale Debugging news

2018-11-17 Thread hferreira
How to add that cool debug toolbar to VS Code solution ? Currently I have to do cmd + shift + p (macOS) to do a build-debug and then I have to open the folder and then open the file on my browser. I would like to: 1. Add that same toolbar 2. If possible when build, automatically open the index.html

Re: Apache Royale Debugging news

2018-11-18 Thread Carlos Rovira
Hi Hugo, maybe you don't have installed "Debugger for Chrome" by Microsoft? (there's as well "Debugger for Firefox" from Holger Beni) then in debug panel CMD+SHIFT+D you can click in the green button in your project you need to have in .vscode/launch.json something like this { "version": "0.2.0"

Re: Apache Royale Debugging news

2018-11-18 Thread hferreira
Hi Carlos, Thank you very match. It worked for me. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/