I am debugging some 3rd party code in IntelliJ 11 and came across following problem.
The code is structured slightly strange so every .java source file contains lot of inner classes, those inner classes also contain inner classes etc. Now if I step on a line of code with a debugger, is there a way to tell immediatelly which class (inner class maybe?) I am in?
In the breadcrubms line on the top I see alway only a path to the current .java source file. Maybe there is a setting which allow to display inner classes in the breadcrumbs bar?
Thanks
Try Alt+Q (
View|Context Info) or Ctrl+F12 (Navigate|File Structure).