Skip navigation
richard.szalay
Currently Being Moderated

Attaching the debugger from Ant

Jan 10, 2011 3:07 AM

We have a large project with a considerable compilation time (1+ minutes usually) and I'm looking into ways of decreasing the compilation time when running individual unit tests (see this post).

 

Is it possible to attach the FlashBuilder debugger through ant? My thinking is that I can generate an MXML file from a template and reference a specific class and then attach the debugger to the compiled SWF

 
Replies
  • Currently Being Moderated
    Jan 19, 2011 3:33 AM   in reply to richard.szalay

    Unless Eclipse's debug/launch infrastructure is exposed to ant, I'm not sure how this is possible.

     

    However, using the command line debugger - fdb - should be possible from ant.

     

    Another developer has been trying to get this to work. You need to pass -unit to fdb and create a file called .fdbinit that has debugger commands in it.

     

    -Anirudh

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points