CLion 2017.2 Help

Customize Threads View

Debug tool window | Frames | context menu | Customize Threads View Debug tool window | Threads | context menu | Customize Threads View

Use this dialog box to manage contents view and groupings of the Frames tab.

ItemDescription
Show thread groupsIf this option is selected, threads appear in a hierarchy of thread groups, allowing you to drill down into each group to access its member threads.
Show stack frames for synthetic methodsSpecify whether you want stack frames for synthetic methods to be shown.
Move current thread to the topSelect this check box to keep the current thread on top of the list.
Show line numberIf this check box is selected, the line number is displayed.
Show class nameIf this check box is selected, the name of a class containing the method is shown.
Show package nameIf this check box is selected, the name of the class package is shown. This check box allows hiding package names in the Threads view.
Show source file nameShows the name of source file that contains the method.
Show method arguments typesIf this check box is selected, the method type is shown next to the method name in the Frames or Threads panes of the Debugger. For example, the unselected vs selected check box is shown in the following image:
ij method type in debugger
Last modified: 15 December 2017

See Also