Difference between revisions of "IDE Window: Debug Output"

From Free Pascal wiki
Jump to navigationJump to search
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Important =
+
{{IDE Window: Debug output}}
  
'''This page is under construction. It may contain wrong information and must be confirmed/repaired by Marc.'''
+
== 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 this window will be useful.
  
= Overview =
+
== 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'.
+
<center>[[Image:Debug_output.png]]</center>
 +
 
 +
This windows shows the commands and answers between the IDE and the debugger.
 +
 
 +
This window is not needed for normal debug operation. It may provide useful info, if the debugger itself fails to work as expected.
 +
 
 +
== Context menu ==
 +
 
 +
<center>[[Image:Debug_output_popmenu.png]]</center>
 +
 
 +
=== Clear ===
 +
 
 +
Clears the output.

Revision as of 16:52, 1 July 2015

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

Important

You must setup the debugger and start the project to debug it. Only then this window will be useful.

Overview

Debug output.png

This windows shows the commands and answers between the IDE and the debugger.

This window is not needed for normal debug operation. It may provide useful info, if the debugger itself fails to work as expected.

Context menu

Debug output popmenu.png

Clear

Clears the output.