我的服务器运行 PHP,启用了 xdebug。我正在通过 PhpStorm 远程调试 php 代码。
那么如何在 ActionScript 中设置 php xdebug 标志?
在 iOS 代码中,很简单:[pairs addObject:@"XDEBUG_SESSION_START=PHPSTORM"];
但是如何在 ActionScript 中做类似的事情呢?
仅供参考:http: //xdebug.org/docs/remote
我的服务器运行 PHP,启用了 xdebug。我正在通过 PhpStorm 远程调试 php 代码。
那么如何在 ActionScript 中设置 php xdebug 标志?
在 iOS 代码中,很简单:[pairs addObject:@"XDEBUG_SESSION_START=PHPSTORM"];
但是如何在 ActionScript 中做类似的事情呢?
仅供参考:http: //xdebug.org/docs/remote