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

From Lazarus wiki
Jump to navigationJump to search
m
 
(Redirected page to IDE Window: Evaluate/Modify)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[category:IDE Window|Evaluate/Modify]][[category:IDE Window - Debug|Evaluate/Modify]]
+
#REDIRECT [[IDE_Window:_Evaluate/Modify]]
{{IDE Window: Evaluate/Modify}}
 
 
 
== Important ==
 
 
 
You must setup the debugger and pause the project, before you can evaluate or modyfy expressions.
 
 
 
== Dialog ==
 
<center>[[Image:Evaluate_modify.png]]</center>
 
 
 
=== Buttons ===
 
;Evaluate
 
:Evalueates 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 [[IDE Window: Watch list|watch list]]
 
 
 
;Inspect
 
:Show the [[IDE Window:Variable Inspector|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 wan tto use for a variable or property.
 

Latest revision as of 11:04, 20 June 2012