• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Attaching the debugger from Ant

Explorer ,
Jan 10, 2011 Jan 10, 2011

Copy link to clipboard

Copied

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

Views

763

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 19, 2011 Jan 19, 2011

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines