IDE Window: Evaluate/Modify/fr

From Free Pascal wiki
Jump to navigationJump to search

Template:IDE Window:Evaluate/Modify

Important

Vous devez paramétrer le débogueur et mettre en pause le projet, avant que vous puissiez évaluer ou modifier les expressions.

Boite de dialogue

Evaluate modify.png

Boutons

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.