Views Information about Debugger views. Command view The Command view displays executed debugger commands and allows input of new debugger commands. Data view In the Data view you can examine or set the values of global, module, and function variables while your application is running. Watchpoints view Each time the value of a watched variable changes, the program will stop, and the variable values will be displayed in the Watchpoints view. Breakpoints view This Breakpoints view displays information on all breakpoints set for the current project. Backtrace view In the Backtrace view you can view or trace the functions called while running the program.