Xcode中调试代码时,常常需要使用console窗口查看变量的信息,比如使用了如下的命令来输出有关UITableView中一个UITableViewCell的信息, po cell 令人感到意外的是,console窗口得到的输出是: error: Couldn't materialize struct: the variable 'cell' has no location, it may have been optimized out 从这样的输出看到了“it may have been o…
下面讲一下在FlashBuilder中如何添加编译器参数使我们在发布的时候不编译调试代码: 首先设置编译参数 编译参数设置好后,代码我们可以这样写: public class ConditionalCompilationTest extends Sprite { public function ConditionalCompilationTest() { CONFIG::DEBUG { var sp:Sprite = new Sprite(); sp.graphics.beginFill(0xf…