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 you can examine or set the values of global, module, and function variables while your application is running. 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.