This file is indexed.

/usr/share/help/gl/anjuta-manual/debug-local.page is in anjuta-common 2:3.10.2-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="debug-local" xml:lang="gl">

  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
    <link type="guide" xref="debug-data" group="third"/>
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
    <desc>
      Examine local variables.
    </desc>
    <credit type="author">
      <name>Sébastien Granjoux</name>
      <email>seb.sfo@free.fr</email>
    </credit>
    <credit type="editor">
      <name>Philip Chimento</name>
      <email>philip.chimento@gmail.com</email>
    </credit>
  </info>

  <title>Variábeis locais</title>

  <p>Local variables of the current frame (the current function in which the
  program control is present) are displayed in the <gui>Locals</gui> window.
  During execution of the program (e.g. during single stepping), local
  variables will be updated. If any variable value was changed in the last debugging step, its
  value will be highlighted in red. Variables are presented in a tree form for easy
  view.</p>

  <section>
    <title>Listar as variábeis locais</title>

    <steps>
      <item>
        <p>From the <gui>main menu</gui>, select <guiseq><gui>View</gui>
        <gui>Locals</gui></guiseq> to open the <gui>Locals</gui>
        window.</p>
      </item>
    </steps>

    <p>All local variables are displayed in a tree view with children used to
    represent structure or array members.</p>
  
    <terms>
      <item>
        <title>Variábeis</title>
        <p>O nome da variábel.</p>
      </item>
      <item>
        <title>Valor</title>
        <p>O valor da variábel.</p>
      </item>
      <item>
        <title>Tipo</title>
        <p>O tipo da variábel.</p>
      </item>
    </terms>
  </section>

  <section>
    <title>Cambiar o valor dunha variábel</title>

    <steps>
      <item>
        <p>In the <gui>Locals</gui> window, select the variable you want to
        edit and double click in the <gui>Value</gui> column.</p>
      </item>
      <item>
        <p>Escrib o novo valor.</p>
      </item>
    </steps>
  </section>

</page>