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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Reply via email to