Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / M2-Defaults.html
blob71a3c6807acb141def96d7228df5e0894f82ffe9
1 <html lang="en">
2 <head>
3 <title>Debugging with GDB</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Debugging with GDB">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="M2%20Defaults">M2 Defaults</a>,
13 Next:<a rel="next" accesskey="n" href="Deviations.html#Deviations">Deviations</a>,
14 Previous:<a rel="previous" accesskey="p" href="M2-Constants.html#M2%20Constants">M2 Constants</a>,
15 Up:<a rel="up" accesskey="u" href="Modula-2.html#Modula-2">Modula-2</a>
16 <hr><br>
17 </div>
19 <h5 class="subsubsection">Modula-2 defaults</h5>
21 <p>If type and range checking are set automatically by GDB, they
22 both default to <code>on</code> whenever the working language changes to
23 Modula-2. This happens regardless of whether you or GDB
24 selected the working language.
26 <p>If you allow GDB to set the language automatically, then entering
27 code compiled from a file whose name ends with <code>.mod</code> sets the
28 working language to Modula-2. See <a href="Automatically.html#Automatically">Having GDB set the language automatically</a>, for further details.
30 </body></html>