Eclipse PDT:显示函数的每个调用

发布于 2024-08-09 05:25:47 字数 74 浏览 2 评论 0原文

Eclipse PDT 中是否有一个选项可以显示所选函数的每次调用。 现在,如果您选择某种功能并按 F3 键,您将看到所选功能的定义。

Is there an option in Eclipse PDT to show every call of chosen function.
I now if you select some kind of function and hit F3 key you will see a definition of selected function.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

做个少女永远怀春 2024-08-16 05:25:47

打开搜索菜单,选择“搜索...”,然后导航到 PHP 选项卡,然后

  • 在搜索字符串文本框中输入方法名称;
  • 在“搜索”组中选择“方法”;
  • 在限制组中选择参考。

查找方法用法http://img217.imageshack.us/img217/83/eclipsepdtfindmethodusa.png

Open the Search Menu, Choose 'Search...', and navigate to the PHP tab, then

  • Enter the method name in the search string text box;
  • Select Method in the Search for group;
  • Select References in the Limit to group.

Find method usages http://img217.imageshack.us/img217/83/eclipsepdtfindmethodusa.png

浪推晚风 2024-08-16 05:25:47

我们有一个插件...nWire for PHP。它是一款全面的 PHP 代码分析器,可以在一个快速且易于使用的视图中代表您的所有代码关联和调用。它还可以以图形方式表示关联。

We have a plugin for that... nWire for PHP. It's a comprehensive PHP code analyzer which represents all your code associations, invocations included in one quick and easy to use view. It can also represent the associations graphically.

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