gpt4 book ai didi

actionscript-3 - 在 Actionscript 3 中通过代码设置断点

转载 作者:行者123 更新时间:2023-12-04 04:30:42 26 4
gpt4 key购买 nike

Actionscript 3 中是否有任何语句在执行时充当断点?也就是说,类似于 JavaScript's "debugger" statement .

在没有 IDE 的情况下开发 AS3 应用程序时我需要它。在 fdb 中手动设置断点相当繁琐。

最佳答案

使用 enterDebugger 函数。

import flash.debugger.enterDebugger;

// code ...
enterDebugger()
// code ...

关于actionscript-3 - 在 Actionscript 3 中通过代码设置断点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6139125/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com