Re-open Clang-Tidy and Clazy view if I acciendially closed it?
-
When I start a Clang-Tidy and Clazy analysis, a tool window with incoming result opens.
How can I manually re-open this window if I accidentally closed it? I cannot find any related entry in the "View" or "Windows" menus, in the "Analysis" menu, the "Clang-Tidy and Clazy..." option is greyed out because the analysis is still running (and probably will be for some hours to come).
-
When I start a Clang-Tidy and Clazy analysis, a tool window with incoming result opens.
How can I manually re-open this window if I accidentally closed it? I cannot find any related entry in the "View" or "Windows" menus, in the "Analysis" menu, the "Clang-Tidy and Clazy..." option is greyed out because the analysis is still running (and probably will be for some hours to come).
@Asperamanca IIRC, switch to the debug tab (left hand side) and than select in the debug console via the combobox the Clang-Tidy and Clazy selection
-
@Asperamanca IIRC, switch to the debug tab (left hand side) and than select in the debug console via the combobox the Clang-Tidy and Clazy selection
@J-Hilk
Ah thanks. I didn't associate Analyzer with Debugger...