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=
"Chill%20defaults">Chill defaults
</a>,
13 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Chill-type-and-range-checks.html#Chill%20type%20and%20range%20checks">Chill type and range checks
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"Chill.html#Chill">Chill
</a>
18 <h5 class=
"subsubsection">Chill defaults
</h5>
20 <p>If type and range checking are set automatically by GDB, they
21 both default to
<code>on
</code> whenever the working language changes to
22 Chill. This happens regardless of whether you or GDB
23 selected the working language.
25 <p>If you allow GDB to set the language automatically, then entering
26 code compiled from a file whose name ends with
<code>.ch
</code> sets the
27 working language to Chill. See
<a href=
"Automatically.html#Automatically">Having GDB set the language automatically
</a>, for further details.