~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ca/debug-step.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="debug-step">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="debug-step" xml:lang="ca">
3
3
 
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
16
16
      <name>Philip Chimento</name>
17
17
      <email>philip.chimento@gmail.com</email>
18
18
    </credit>
 
19
  
 
20
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
21
      <mal:name>Jaume Planas</mal:name>
 
22
      <mal:email>jplanas@itberga.com</mal:email>
 
23
      <mal:years>2011</mal:years>
 
24
    </mal:credit>
 
25
  
 
26
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
27
      <mal:name>Gil Forcada</mal:name>
 
28
      <mal:email>gilforcada@guifi.net</mal:email>
 
29
      <mal:years>2013</mal:years>
 
30
    </mal:credit>
19
31
  </info>
20
32
 
21
33
  <title>Stop and step</title>
30
42
 
31
43
    <steps>
32
44
      <item>
33
 
        <p>From the <gui>main menu</gui>, select <guiseq><gui>Debug</gui>
34
 
        <gui>Step In</gui></guiseq> or press <key>F5</key> or
35
 
        click on the <gui>Step In</gui> icon in the toolbar.</p>
 
45
        <p>Trieu <guiseq><gui>Depura</gui> <gui>Avança un pas</gui></guiseq> en el <gui>menú principal</gui>, premeu <key>F5</key> o feu clic a la icona <gui>Avança un pas</gui> de la barra d'eines.</p>
36
46
      </item>
37
47
    </steps>
38
48
 
55
65
 
56
66
    <steps>
57
67
      <item>
58
 
        <p>From the <gui>main menu</gui>, select <guiseq><gui>Debug</gui>
59
 
        <gui>Step Over</gui></guiseq> or press <key>F6</key> or
60
 
        click on the <gui>Step Over</gui> icon in the toolbar.</p>
 
68
        <p>Trieu <guiseq><gui>Depura</gui> <gui>Avança al final</gui></guiseq> en el <gui>menú principal</gui>, premeu <key>F6</key> o feu clic a la icona <gui>Avança al final</gui> de la barra d'eines.</p>
61
69
      </item>
62
70
    </steps>
63
71
 
94
102
 
95
103
    <steps>
96
104
      <item>
97
 
        <p>From the <gui>main menu</gui>, select <guiseq><gui>Debug</gui>
98
 
        <gui>Run/Continue</gui></guiseq> or press <key>F4</key> or
99
 
        click on the <gui>Continue</gui> icon in the toolbar.</p>
 
105
        <p>Trieu <guiseq><gui>Depura</gui> <gui>Executa/continua</gui></guiseq> en el <gui>menú principal</gui>, premeu <key>F4</key> o feu clic a la icona <gui>Continua</gui> de la barra d'eines.</p>
100
106
      </item>
101
107
    </steps>
102
108
 
109
115
 
110
116
    <steps>
111
117
      <item>
112
 
        <p>From the <gui>main menu</gui>, select <guiseq><gui>Debug</gui>
113
 
        <gui>Run to Cursor</gui></guiseq> or press <key>F8</key> or
114
 
        click on the <gui>Run to</gui> icon in the toolbar.</p>
 
118
        <p>Trieu <guiseq><gui>Depura</gui> <gui>Executa fins al cursor</gui></guiseq> en el <gui>menú principal</gui>, premeu <key>F8</key> o feu clic a la icona <gui>Executa fins</gui> de la barra d'eines.</p>
115
119
      </item>
116
120
    </steps>
117
121
 
125
129
 
126
130
    <steps>
127
131
      <item>
128
 
        <p>From the <gui>main menu</gui>, select <guiseq><gui>Debug</gui>
129
 
        <gui>Pause Program</gui></guiseq> or
130
 
        click on the <gui>Pause</gui> icon in the toolbar.</p>
 
132
        <p>Trieu <guiseq><gui>Depura</gui> <gui>Fes una pausa al programa</gui></guiseq> en el <gui>menú principal</gui> o feu clic a la icona <gui>Fes una pausa</gui> de la barra d'eines.</p>
131
133
      </item>
132
134
    </steps>
133
135