IDE Window:Evaluate/Modify

From Lazarus-ccr

Jump to: navigation, search

Deutsch (de) English (en) Français (fr)

Contents

[edit] Important

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

[edit] Dialog

Image:Evaluate_modify.png

[edit] 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 expression to the watch list
Inspect
Show the variable inspector for the expression. The expression can only be a property or a variable.

[edit] Expression

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

[edit] Result

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

[edit] New Value

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