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">
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>
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.