Difference between revisions of "IDE Window: Local Variables/fr"

From Lazarus wiki
Jump to navigationJump to search
Line 6: Line 6:
 
= Important =  
 
= Important =  
  
'''This page is under construction. It may contain wrong information and must be confirmed/repaired by Marc.'''
+
'''Cette page est en construction. Il peut contenir de l'information fausse et doit être confirmée / réparé par Marc.'''
  
You must setup the debugger and start the project to debug it. Only then the local variables are useful.
+
Vous devez configurer le débogueur et commencer le projet pour le déboguer. Alors seulement, les variables locales sont utiles.
  
 
= Local variables =
 
= Local variables =

Revision as of 20:56, 15 July 2009

Deutsch (de) English (en) français (fr) русский (ru)

Copie d'écran

VariablesLocales.png

Important

Cette page est en construction. Il peut contenir de l'information fausse et doit être confirmée / réparé par Marc.

Vous devez configurer le débogueur et commencer le projet pour le déboguer. Alors seulement, les variables locales sont utiles.

Local variables

This is the list of the local variables and its current values of the current function/procedure.

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.

Values

The current value of the local variable.