~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ro/debug-local.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="debug-local" xml:lang="ro">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <link type="guide" xref="debug-data" group="third"/>
 
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>
 
9
      Examine local variables.
 
10
    </desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
    <credit type="editor">
 
16
      <name>Philip Chimento</name>
 
17
      <email>philip.chimento@gmail.com</email>
 
18
    </credit>
 
19
  </info>
 
20
 
 
21
  <title>Local variables</title>
 
22
 
 
23
  <p>Local variables of the current frame (the current function in which the
 
24
  program control is present) are displayed in the <gui>Locals</gui> window.
 
25
  During execution of the program (e.g. during single stepping), local
 
26
  variables will be updated. If any variable value was changed in the last debugging step, its
 
27
  value will be highlighted in red. Variables are presented in a tree form for easy
 
28
  view.</p>
 
29
 
 
30
  <section>
 
31
    <title>Listing local variables</title>
 
32
 
 
33
    <steps>
 
34
      <item>
 
35
        <p>From the <gui>main menu</gui>, select <guiseq><gui>View</gui>
 
36
        <gui>Locals</gui></guiseq> to open the <gui>Locals</gui>
 
37
        window.</p>
 
38
      </item>
 
39
    </steps>
 
40
 
 
41
    <p>All local variables are displayed in a tree view with children used to
 
42
    represent structure or array members.</p>
 
43
  
 
44
    <terms>
 
45
      <item>
 
46
        <title>Variable</title>
 
47
        <p>The name of the variable.</p>
 
48
      </item>
 
49
      <item>
 
50
        <title>Value</title>
 
51
        <p>The variable value.</p>
 
52
      </item>
 
53
      <item>
 
54
        <title>Type</title>
 
55
        <p>The type of the variable.</p>
 
56
      </item>
 
57
    </terms>
 
58
  </section>
 
59
 
 
60
  <section>
 
61
    <title>Changing the value of a variable</title>
 
62
 
 
63
    <steps>
 
64
      <item>
 
65
        <p>In the <gui>Locals</gui> window, select the variable you want to
 
66
        edit and double click in the <gui>Value</gui> column.</p>
 
67
      </item>
 
68
      <item>
 
69
        <p>Type the new value.</p>
 
70
      </item>
 
71
    </steps>
 
72
  </section>
 
73
 
 
74
</page>