IDE Window: Local Variables/fr
From Lazarus-ccr
Deutsch (de) English (en) Français (fr)
Contents |
[edit] Important
This page is under construction. It may contain wrong information and must be confirmed/repaired by Marc.
You must setup the debugger and start the project to debug it. Only then the local variables are useful.
[edit] Local variables
This is the list of the local variables and its current values of the current function/procedure.
[edit] Name
The mangled name of the variable. Normally the compiler converts pascal identifier to uppercase. You will see local variables only if the procedure was compiled with debugging information.
[edit] Values
The current value of the local variable.
