Difference between revisions of "IDE Window: Debug Output"

From Free Pascal wiki
Jump to navigationJump to search
Line 4: Line 4:
 
== Important ==
 
== Important ==
  
You must setup the debugger and start the project to debug it. Only then the breakpoints are useful.
+
You must [[Debugger_Setup |setup the debugger]] and start the project to debug it. Only then the breakpoints are useful.
  
 
== Overview ==
 
== Overview ==

Revision as of 10:04, 28 May 2012

Deutsch (de) English (en) español (es) русский (ru)

Important

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

Overview

Debug output.png

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'.

Context menu

Debug output popmenu.png

Clear

Clears the output.