No, you can't use the debugger statement in ActionScript. I as documented, you 
can use a custom HTML template with your Royale app and add it in a <script> 
element before the Royale code starts up.

It's worth mentioning that I created a branch to add support for the debugger 
statement in ActionScript:

https://github.com/apache/royale-compiler/commits/feature/debugger-statement

However, there was opposition to merging it in because the SWF implementation 
would require calling an undocumented API to get Flash Player or AIR to pause 
in the debugger.

- Josh

On 2018/06/06 17:32:52, OmPrakash Muppirala <bigosma...@gmail.com> wrote: 
> Curious if simply calling debugger; will help here?
> 
> Will that statement crosscompile in Royale?
> 
> Thanks,
> Om
> 
> 
> On Wed, Jun 6, 2018, 10:18 AM Josh Tynjala <joshtynj...@apache.org> wrote:
> 
> > You might be running into this issue (Debugger will not stop at
> > breakpoints on startup with Apache Royale):
> >
> >
> > https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Common-issues#debugger-will-not-stop-at-breakpoints-on-startup-with-apache-royale
> >
> > It seems like VSCode can't connect with the browser's debugger protocol
> > fast enough to register the breakpoint before the startup code has already
> > finished running.
> >
> > A good way to check if you're running into this issue is to add some kind
> > of click listener with a breakpoint. By the time you can interact with the
> > app, the debugger should be fully connected.
> >
> > - Josh
> >
> > On 2018/06/05 19:50:40, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote:
> > > Hi Guys,
> > >
> > > Does anyone who is using VSCode has problem with debugging app? I've
> > > created Hello World app and tried to debug it but debugger cannot connect
> > > with app at all. When I hit Menu "Debug" -> "Start Debugging" -
> > Application
> > > has been launched, but debugger seems to be dead, no stop on breakpoints.
> > >
> > > My asconfig [1], launch.json [2]. I'm using JS only Nighly build of
> > Royale
> > > - I have just tested with build number #926.
> > >
> > > VSCode version: Version 1.23.1
> > > AS3 & MXML Engine: 0.12.0
> > >
> > > Anyone experience the same ? Or can check whether have the same problem?
> > >
> > > [1] https://paste.apache.org/ulBB
> > > [2] https://paste.apache.org/g8I5
> > >
> > > Thanks,
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> 

Reply via email to