You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by "Raj U. Shaikh" <Ra...@mastek.com> on 2013/05/22 11:23:48 UTC

Debugging swc's

Hi,
I wanted to know is there any debugger available to pause a runtime application and tweak properties(mostly of type xmls) values. Where application are built by custom swc's and I wanted to play with these swc where source code is not available.

Basically, As a team we develop flex component library and deliver it as swc. Now other team which uses this swc encounters issues in it. As they are not able to debug using flash builder(As fb doesn't support debugging swc's line by line) so it's difficult to find whether problem lies in swc or in data.
So what I want is to install available debugger on users machine(application/other team) and pause running application when any(some) function get called and tweak there parameters values(of type xmls). So we can confirm that there is issue in swc or in data.

Thanks & Regards,
Raj Shaikh
Senior Software Engineer

Majesco Mastek - P&C Division
Mastek Millennium Center, A-7, Millennium Business Park, Sector 1 Off Thane Belapur Road, Mahape Navi Mumbai - 400701
 (T) 91 22 27781272 Extn - 5250 | Mobile: 9970395965 | Fax: 91 22 27781332 | www.mastek.com<http://www.mastek.com/>

||yatha dristi, tatha sristi||

MASTEK LTD.
In the US, we're called MAJESCOMASTEK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: Debugging swc's

Posted by Tom Chiverton <tc...@extravision.com>.
On 22/05/2013 11:32, Alexander Doroshko wrote:
> I don't now how to do that with Flash Builder,
It's basically the same.

Tom

Re: Debugging swc's

Posted by Alexander Doroshko <al...@jetbrains.com>.
I don't now how to do that with Flash Builder, but if you configure your 
SWC project in IntelliJ IDEA you'll be able to debug your SWC code 
running in any remote application (if that remote app is compiled with 
debug info and based on debuggable version of your SWC). In IntelliJ 
IDEA project you'll need to:
- set breakpoints in your SWC code
- create Flash Remote Debug run configuration (Run | Edit Configurations 
| [+] | Flash Remote Debug)
- start created run configuration
Then:
- run the debugged app on your own computer or ask anyone to launch the 
app on any other computer that will be able to connect to your computer
- right click the started app, select Debugger, enter IP of your 
computer which is waiting for the connection.

Alexander

On 22.05.2013 13:23, Raj U. Shaikh wrote:
> Hi,
> I wanted to know is there any debugger available to pause a runtime application and tweak properties(mostly of type xmls) values. Where application are built by custom swc's and I wanted to play with these swc where source code is not available.
>
> Basically, As a team we develop flex component library and deliver it as swc. Now other team which uses this swc encounters issues in it. As they are not able to debug using flash builder(As fb doesn't support debugging swc's line by line) so it's difficult to find whether problem lies in swc or in data.
> So what I want is to install available debugger on users machine(application/other team) and pause running application when any(some) function get called and tweak there parameters values(of type xmls). So we can confirm that there is issue in swc or in data.
>
> Thanks & Regards,
> Raj Shaikh
> Senior Software Engineer
>
> Majesco Mastek - P&C Division
> Mastek Millennium Center, A-7, Millennium Business Park, Sector 1 Off Thane Belapur Road, Mahape Navi Mumbai - 400701
>   (T) 91 22 27781272 Extn - 5250 | Mobile: 9970395965 | Fax: 91 22 27781332 | www.mastek.com<http://www.mastek.com/>
>
> ||yatha dristi, tatha sristi||
>
> MASTEK LTD.
> In the US, we're called MAJESCOMASTEK
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>


Re: Debugging swc's

Posted by Simon Gladman <sg...@gmail.com>.
Have you looked at Code Orchestra? 

http://codeorchestra.com/

Simon 

_________________________
+44 (0) 7973 669691
sgladman@gmail.com
http://flexmonkey.blogspot.com/

On 22 May 2013, at 10:23, "Raj U. Shaikh" <Ra...@mastek.com> wrote:

> Hi,
> I wanted to know is there any debugger available to pause a runtime application and tweak properties(mostly of type xmls) values. Where application are built by custom swc's and I wanted to play with these swc where source code is not available.
> 
> Basically, As a team we develop flex component library and deliver it as swc. Now other team which uses this swc encounters issues in it. As they are not able to debug using flash builder(As fb doesn't support debugging swc's line by line) so it's difficult to find whether problem lies in swc or in data.
> So what I want is to install available debugger on users machine(application/other team) and pause running application when any(some) function get called and tweak there parameters values(of type xmls). So we can confirm that there is issue in swc or in data.
> 
> Thanks & Regards,
> Raj Shaikh
> Senior Software Engineer
> 
> Majesco Mastek - P&C Division
> Mastek Millennium Center, A-7, Millennium Business Park, Sector 1 Off Thane Belapur Road, Mahape Navi Mumbai - 400701
> (T) 91 22 27781272 Extn - 5250 | Mobile: 9970395965 | Fax: 91 22 27781332 | www.mastek.com<http://www.mastek.com/>
> 
> ||yatha dristi, tatha sristi||
> 
> MASTEK LTD.
> In the US, we're called MAJESCOMASTEK
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~