How can I have JProfiler open source code in IntelliJ? -


i use jprofiler 8.1.4 , have integrated intellij idea 14.1.3.

i have jprofiler session profiling jboss using standalone_jprofiler.bat script this:

enter image description here

now, when want go source code method, jprofiler uses (minimal) internal file viewer instead of using intellij.

i assume source code linking works fine when profiling initiated intellij plugin, in case don't know run configuration create in intellij standalone_jprofiler.bat.

so finally, question is: possible see code in intellij when profiling initiated standalone jprofiler application?

one more piece of information: in case want profiling activated on startup.

i apologize in advance if simple or silly. i've used jprofiler 1 day , googling didn't yield relevant answers.

is possible see code in intellij when profiling initiated standalone jprofiler application

no, not possible, have start profiling session idea source code navigation in ide.

another possibility save snapshot in jprofiler , open snapshot in idea (via file->open file). if jprofiler plugin installed in idea, snapshot opened source code navigation in ide.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -