In the Threads or Frames view in IntelliJ, is there a way to show the actual runtime class name (instead of the source class)?
已回答
It would be very useful (and this is how it's implemented in Eclipse) to be able to see the name of the actual class (i.e. what you would get if you evaluated 'this') in the frames view.
For instance in the image below, the highlighted line says that the init method is defined in line 244 of the GenericServlet class, but the actual class (if you evaluate 'this') is "GuiceContainer" (since it inherits from GenericServlet).

Is there a way to enable showing this (in parenthesis, etc.) in the threads/frames view on each line?
请先登录再写评论。
This is not possible now, please file a feature request, see https://www.jetbrains.com/help/idea/2016.1/reporting-issues-and-sharing-your-feedback.html