Difference between revisions of "IDE Window: Debug Output"

From Free Pascal wiki
Jump to navigationJump to search
(Replace outdated image; add missing menu items and descriptions; add navigation)
m (→‎Overview: Fix typo)
 
Line 13: Line 13:
 
== Overview ==
 
== Overview ==
  
This windows shows the commands and answers between the IDE and the debugger.  
+
This window 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.
+
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 ==
 
== Context menu ==

Latest revision as of 07: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.