Flex 分析器不执行任何操作
我的 Flex 应用程序有一些内存问题,我想使用探查器找到这些问题。但是,当我从 Flex Builder 运行探查器时,没有任何反应。应用程序以常规方式运行,但没有分析任何内容。分析透视图未打开,当我打开分析透视图时,不会显示内存使用情况。
有人可以帮我吗?
My Flex application has some memory problems which I'd like to find using the profiler. However, when I run the profiler from Flex Builder, nothing happens. The appication is run the regular way, but nothing is profiled. The Profiling perspective doesn't event open, and when I open the Profiling perspective, no memory usage is displayed.
Can anyone help me out here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到了同样的问题,我在这个博客上找到了解决方案 -> http://wceii.blogspot.com/2009/ 12/flex-profiler-socket-timeout-error.html
将以下行添加到 mm.cfg 文件中。
PreloadSwf?={我的 Eclipse 工作区}.metadata.plugins\com.adobe.flash.profiler\ProfilerAgent?.swf?host=localhost&port=9999
西里尔
Had the same problem and I found a solution on this blog -> http://wceii.blogspot.com/2009/12/flex-profiler-socket-timeout-error.html
Adding the line below to the mm.cfg file.
PreloadSwf?={my eclipse workspace}.metadata.plugins\com.adobe.flash.profiler\ProfilerAgent?.swf?host=localhost&port=9999
cyrill