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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-06 01:11:30 UTC
  • mfrom: (1.1.44)
  • Revision ID: package-import@ubuntu.com-20120306011130-yumg9s1nprogue2a
Tags: 2:3.3.91-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

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="gl">
 
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>Variábeis locais</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>Listar as variábeis locais</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>Variábeis</title>
 
47
        <p>O nome da variábel.</p>
 
48
      </item>
 
49
      <item>
 
50
        <title>Valor</title>
 
51
        <p>O valor da variábel.</p>
 
52
      </item>
 
53
      <item>
 
54
        <title>Tipo</title>
 
55
        <p>O tipo da variábel.</p>
 
56
      </item>
 
57
    </terms>
 
58
  </section>
 
59
 
 
60
  <section>
 
61
    <title>Cambiar o valor dunha variábel</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>Escrib o novo valor.</p>
 
70
      </item>
 
71
    </steps>
 
72
  </section>
 
73
 
 
74
</page>