Flex 分析器不执行任何操作

发布于 2024-08-22 23:03:15 字数 141 浏览 6 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

望她远 2024-08-29 23:03:15

遇到了同样的问题,我在这个博客上找到了解决方案 -> 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

  • Windows; C:\Documents and Settings\用户名\mm.cfg
  • OSX; /Library/Application Support/Macromedia/mm.cfg
  • Linux;主页/用户名/mm.cfg

西里尔

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

  • Windows; C:\Documents and Settings\username\mm.cfg
  • OSX; /Library/Application Support/Macromedia/mm.cfg
  • Linux; home/username/mm.cfg

cyrill

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文