Difference between revisions of "IDE Window: Evaluate/Modify/fr"

From Free Pascal wiki
Jump to navigationJump to search
Line 18: Line 18:
  
 
;Watch
 
;Watch
:Add the extression to the [[IDE Window: Watch list|watch list]]
+
:Add the extression to the [[IDE Window: Watch list/fr|watch list]]
  
 
;Inspect
 
;Inspect

Revision as of 14:52, 10 July 2007

Template:IDE Window:Evaluate/Modify

Important

You must setup the debugger and pause the project, before you can evaluate or modify expressions.

Dialog

Evaluate modify.png

Buttons

Evaluate
Evaluates the given expression
Modify
(not implemented)
When the new values is set, it assigns the new value to the expression. The expression can only be a property or a variable.
Watch
Add the extression to the watch list
Inspect
Show the variable inspector for the expression. The expression can only be a property or a variable.

Expression

Enter the expression to be evaluated/modified/watched/inspected here

Result

The result of the evaluation. If the evaluation of the expression ailed, an error message is shown.

New Value

(not implemented) The new value you want to use for a variable or property.