Hi, compiler can generate source-maps. This is on in almost all maven libraries (Core, Basic, Jewel,...) If you use other kind of build ensure that you are generating source-maps. This is a file with the same name but end in .js.map
With that files in place I libraries and in your app you can debug in chrome, firefox, and you can use as well VSCode to debug with that editor. in VSCode you should install Chrome Debugger and Firefox Debugger plugins to be able to do it. Since source maps is standard (not something only in Royale) there's many resources out there where you can learn more about it HTH Carlos El mar., 9 abr. 2019 a las 9:57, Pushmina Kazi (<[email protected]>) escribió: > > > > > *From:* Pushmina Kazi [mailto:[email protected]] > *Sent:* Tuesday, April 9, 2019 10:50 AM > *To:* [email protected]; [email protected] > *Subject:* Debugging > > > > Hi, > > > > Can you please tell me how can I debug my library files (.as) and .swc > files with browser debugger? > > > > > > Thanks > > Pashmina kazi > > > > > > > > > > > -- Carlos Rovira http://about.me/carlosrovira
