The Debugger begins by displaying a Debugger-Control and a Source window. The Debugger-Control window lists the threads and components that make up the application.

To use the Debugger, programs must be compiled and linked using debug options. The compiler option /Ti causes the compiler and linker to add debug information to the executable file.  The Arithmetical Expression application was built using the debug option.