IDE Window: Debug Output

From Free Pascal wiki
Revision as of 16:31, 17 July 2006 by Mattias2 (talk | contribs)
Jump to navigationJump to search

Important

This page is under construction. It may contain wrong information and must be confirmed/repaired by Marc.

You must setup the debugger and start the project to debug it. Only then the breakpoints are useful.

Overview

This windows shows the commands and answers between the IDE and the debugger. It also shows the output of the program, for example the output of the 'writeln'.