Difference between revisions of "IDE Window: Debug Output"

From Free Pascal wiki
Jump to navigationJump to search
m (→‎Overview: Fix typo)
 
(8 intermediate revisions by 4 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.'''
+
== Navigation ==
  
You must setup the debugger and start the project to debug it. Only then the breakpoints are useful.
+
<div class="floatright"> [[Image:Debug_output_2_0_10.jpg]]</div>
  
= Overview =
+
[[Main menu|Main Menu]] > [[Main menu#View|View]] > IDE Internals > Debug Output
  
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'.
+
== Important ==
 +
 
 +
You must [[Debugger_Setup |setup the debugger]] and start the project to debug it. Only then is this window useful.
 +
 
 +
== Overview ==
 +
 
 +
This window shows the commands and answers between the IDE and the debugger.
 +
 
 +
The window is not needed for normal debug operation. It may provide useful information, if the debugger itself fails to work as expected.
 +
 
 +
== Context menu ==
 +
 
 +
'''Clear''': Clears the output.
 +
 
 +
'''Copy All Output to Clipboard''': Copies the content of the window to the ClipBoard.

Latest revision as of 08:13, 1 February 2021

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

Navigation

Debug output 2 0 10.jpg

Main Menu > View > IDE Internals > Debug Output

Important

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

Overview

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

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

Context menu

Clear: Clears the output.

Copy All Output to Clipboard: Copies the content of the window to the ClipBoard.