IDE Window: Run parameters/fr

From Lazarus wiki
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) 日本語 (ja)


Local

ParamètresExecution1.jpg

Application Hôte

Si votre exécutable du projet et l'exécutable à déboguer sont différents, vous pouvez indiquer ici l'autre exécutable .

Par défaut: laisser vide

Paramètres de la ligne de commande

Ajouter ici les paramètres de la ligne de commande, avec lesquels votre projet devrait démarrer.

Par défaut: laisser vide

Lancer l'application

Si vous voulez lancer votre projet directement, mais par l'intermédiaire d'un script dans un terminal ou avec un profileur spécial ou avec un programme de débogage spécial indiquer ici la ligne de commande et cocher la case "utiliser une application au démarrage".

Working directory

Normally the working directory of a debugged project is the project directory. That means all relative file names are expanded by the working directory. You can override this directory here.

Display

To show the application under X (gnome, kde, xfce) on another desktop, specify the Display command line variable. For example to show the application on the second desktop use :1. To show on another computer use 192.168.1.17:0 or hydra:1.

Environment

ParamètresExecution2.jpg

System variables

Normally a debugged program starts with the same environment variables as the IDE itself. Here you can see, what is currently defined.

User overrides

Add environment variable overrides for the debugged program. Do not confuse them with command line parameters or config variables. These variables can be retrieved by the program via such functions as GetEnvironmentVariable, GetEnvironmentVariableCount, Application.GetEnvironmentList.