What is the best (most productive) FLEX IDE?

前端 未结 9 2580
走了就别回头了
走了就别回头了 2020-12-05 08:33

Some requirements:

  • Step-by-step debugging & Break Points
  • View variable values while debugging
  • IntelliSense (auto-completion). Ideally don
9条回答
  •  时光取名叫无心
    2020-12-05 09:22

    Step by step debugging with variable view (and often with additional views like stack or global variables etc) is working in some IDEs. FlexBuilder, FDT3 Enterprise (only the enterprise version allows debugging), FlashDevelop (with extra plug-in). You can also try the (free!) Visual Studio plug-in Tofino (Ensemble), so you can debug inside Visual Studio.

    But the best implementation for debugging I found in the Eclipse based IDEs. I'm not much impressed with FDT3 at all, so I recommend FlexBuilder for debugging (+profiling) and of course coding of AS and eventually (visual) design for MXML.

    You can try FlashDevelop with the FDB plug-in. Many people prefer this free IDE for coding because of the nice code assist (IMHO the best of all known IDEs). Debugging is working with this plug-in but I wouldn't say that is the "most productive". But give it a try, its free!

提交回复
热议问题