--- a/eric6/Debugger/StartDebugDialog.ui Fri Feb 05 09:48:22 2021 +0100 +++ b/eric6/Debugger/StartDebugDialog.ui Fri Feb 05 11:02:11 2021 +0100 @@ -137,8 +137,8 @@ </property> <property name="whatsThis"> <string><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></string> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></string> </property> <property name="editable"> <bool>true</bool>