如何让 JProfiler 在 IntelliJ 中开源代码?

How can I have JProfiler open source code in IntelliJ?

我使用 JProfiler 8.1.4 并将其与 IntelliJ IDEA 14.1.3 集成。

我有一个 JProfiler 会话用于分析 JBoss 使用 standalone_jprofiler.bat 脚本,如下所示:

现在,当我想查看某些方法的源代码时,JProfiler 使用(最小)内部文件查看器而不是使用 IntelliJ。

我假设当分析由 IntelliJ 插件启动时,源代码链接工作正常,但在我的情况下,我不知道在 IntelliJ 中为 [=10= 创建什么 运行 配置].

最后,我的问题是:当从独立的 JProfiler 应用程序启动分析时,是否可以在 IntelliJ 中看到代码?

还有一条信息:在这种情况下,我希望在启动时立即激活分析。

如果这太简单或愚蠢,我提前道歉。我使用 JProfiler 仅一天,谷歌搜索没有得到任何相关答案。

Is it possible to see the code in IntelliJ when the profiling is initiated from the standalone JProfiler application

不,那是不可能的,您必须从 IDEA 开始分析会话才能在 IDE.

中获取源代码导航

另一种可能性是在 JProfiler 中保存快照并在 IDEA 中打开该快照(通过文件 -> 打开文件)。如果 JProfiler 插件安装在 IDEA 中,则快照将在 IDE.

中使用源代码导航打开