Flex Builder 3:调试器跟踪错误,在修复as文件时,不断抛出同样的错误,卡在过去

时间:2021-06-27 18:57:46

I'm running my first project that I'm compiling with flex builder. Before I used to compile with flash or flash develop.

我正在运行我正在使用flex builder编译的第一个项目。之前我曾经用flash或flash编译开发。

For a while it worked pretty neatly. But as soon as it start throwing typeerrors, I can't seem to compile the updated and saved actionscript files. It seems as if it keeps stuck in time and compiles the actionscript file from when the error was still there.

有一段时间它工作得非常整齐。但是一旦它开始抛出类型错误,我似乎无法编译更新和保存的actionscript文件。看起来它似乎一直停滞不前,并在错误仍然存​​在时编译actionscript文件。

Perhaps any options I missed regarding configuring the debugger ?

也许我错过了配置调试器的任何选项?

2 个解决方案

#1


1  

Have you tried doing a Clean? In FlexBuilder, the Project menu, select Clean...

你试过干净吗?在FlexBuilder的“项目”菜单中,选择“清理...”

It's possible Flex is building off of temp files, in which case doing a clean should clear them out.

Flex可能会构建临时文件,在这种情况下,干净应该清除它们。

#2


0  

Minimize Eclipse and see if any other windows are lurking behind the IDE, also try terminating all sessions, and like Herms suggested go to Project->Clean...->YourProject

最小化Eclipse,看看是否有任何其他窗口潜伏在IDE后面,也尝试终止所有会话,并像Herms建议去Project-> Clean ...-> YourProject

I'm sure Chris already moved on since '08 but for anyone else this solved the problem for me.

我确信克里斯自08年以来就已经开始了,但对于其他任何人来说,这解决了我的问题。

#1


1  

Have you tried doing a Clean? In FlexBuilder, the Project menu, select Clean...

你试过干净吗?在FlexBuilder的“项目”菜单中,选择“清理...”

It's possible Flex is building off of temp files, in which case doing a clean should clear them out.

Flex可能会构建临时文件,在这种情况下,干净应该清除它们。

#2


0  

Minimize Eclipse and see if any other windows are lurking behind the IDE, also try terminating all sessions, and like Herms suggested go to Project->Clean...->YourProject

最小化Eclipse,看看是否有任何其他窗口潜伏在IDE后面,也尝试终止所有会话,并像Herms建议去Project-> Clean ...-> YourProject

I'm sure Chris already moved on since '08 but for anyone else this solved the problem for me.

我确信克里斯自08年以来就已经开始了,但对于其他任何人来说,这解决了我的问题。