Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to return debug window in Qt Creator

When I run C++ program under qt creator in debug mode, Qt creator shows me debug window with "local and expressions", "breakpoints" and so on.

Sometimes I close these windows to watch the code by pressing Esc. How to return this views back? I really need to loot at stack trace right now, but I can't find a button to show me the stack.

I looked at this question but it didn't help. My debugging window working well, but when I close it, I cannot open it again. The only way - restart whole program, than debugging view appear again and I can operate with it.

like image 648
Pavel.Zh Avatar asked Sep 07 '16 01:09

Pavel.Zh


People also ask

How do I reset my Qt Creator?

How do I reset all Qt Creator settings? Remove the settings files created by Qt Creator. For more information about where the files are located on each supported platform, see Location of Settings Files. Qt Creator comes with MinGW, should I use this version with Qt?


1 Answers

"Debug" mode and CTRL + 4 didn't help me, so here is another solution:

Click "Views" which should be on the dark grey bar in the lower right area of your user interface, in small print. There you can check or uncheck any of the Debug windows you want to see.

I find it easier to just click "Reset to Default Layout" under this menu because I'm not hard to please and it brings all the debug windows I want to see back instantly.

like image 139
Link H. Avatar answered Sep 17 '22 23:09

Link H.