Mark English and German manual pages as UTF-8.
[kdbg.git] / kdbg / doc / en / argspwdenv.html
blob5f47efc340049614d31af26013077cf7668efa41
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta name="Author" content="Johannes Sixt">
6 <title>KDbg - User's Manual - Arguments, Environment</title>
7 </head>
8 <body text="#000000" bgcolor="#FFFFFF">
9 <p><a href="index.html">Contents</a></p>
10 <h1>
11 Specifying program arguments, working directory, environment variables</h1>
12 <p>Choose <i>Execution|Arguments</i> to open a dialog where you can set program
13 arguments, the working directory for your program, and environment variables.</p>
14 <h2><a name="PgmArgs"></a>Tab Arguments</h2>
15 <p>In the edit box enter the arguments that shall be passed on to your
16 program. <i>Insert file name</i> lets you browse for a file;
17 the file name will be <em>inserted</em> in the edit box (at the cursor position).</p>
18 <p>Next time the program is started, the new arguments will be used.</p>
19 <h2><a name="WorkingDir"></a>Tab Working Directory</h2>
20 <p>In the edit box you can specify the working directory for your program.
21 <i>Browse</i> lets you browse for a directory.
22 Your program will use the new directory only when it is run the next time.</p>
23 <p>The working directory also applies to gdb itself! The directory that
24 you specify will be passed to gdb immediately, i.e. gdb will work with
25 the new setting as soon as you press <i>OK</i>. This can influence whether
26 source code files are found.</p>
27 <h2><a name="Environment"></a>Tab Environment</h2>
28 <p>In the Environment tab you can set environment variables that the program
29 sees in addition to those that it inherits.
30 In the edit box type in an expression of the form <tt>VARIABLE=value</tt>
31 to set the environment variable <tt>VARIABLE</tt> to the value <tt>value</tt>,
32 and click <i>Modify</i>. To remove a variable, select it from the list
33 below and click <i>Delete</i>. To change the value, edit the value in the
34 edit field and click <i>Modify</i>. If you change the name of the variable
35 and click <i>Modify</i>, you add a new variable! The new environment variables
36 will be used by your program the next time it is run.</p>
37 <h2>Tab xsldbg Settings</h2>
38 <p>This tab is only available when a <a href="xslt.html">XSLT script is
39 debugged</a>. Here you can specify various flags that influence the
40 XSL translation and XSLDBG.</p>
41 </body>
42 </html>