Arus23
Arus23

Reputation: 89

How to track variable's values in Qt Creator debugger?

As in any debugger I set a breakpoint at the line I want to debug, then I start debugging but there is no panel on the right side of the screen which displays the current values of my variables. How can I turn it on?

Upvotes: 0

Views: 792

Answers (1)

Sumit
Sumit

Reputation: 1525

Start a debugging session and visit menu Window > Views > ... There you can check/uncheck many choices including Reset to Default Layout

Upvotes: 1

Related Questions