开发者

How to prevent Flash Builder from running/debugging from the cache?

I've been bitten by this a few times, and when it shows up it can make simple problems very difficult to solve. For example:

var x:int = y + 1;
if(x < y) {
  trace("Okay, you got me.");
}

Under what conditions will that trace show up? Normally it shouldn't, but if the player is using its ca开发者_Python百科che it might. Sometimes I don't realize what's going on until an unreachable breakpoint gets triggered.

Is there a way to prevent Flash Builder/the debug player from playing out-of-date content?


I have never had this problem. But use Build Automatically to force Flash Builder to build every time you change a file. Be sure to setup your Actionscript Applications in the Project properties.

How to prevent Flash Builder from running/debugging from the cache?


Maybe this helps:
look for an option "reset fcsh"

in my ant script (fdt) i use.

    <target name="resetCompiler">
    <fdt.launch.resetFCSH />
</target>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜