Debugger views Information about Debugger views. Command viewThe Command view displays executed debugger commands and allows input of new debugger commands.Data viewIn the Data view for the Debugger, you can examine and change the values of variables while your application is running in debug mode. Watchpoints viewEach time the value of a watched variable changes, the program stops, and the variable values are displayed in the Watchpoints view. Breakpoints viewThis Breakpoints view displays information on all breakpoints set for the current project.Backtrace viewIn the Backtrace view you can view or trace the functions called while running the program.