Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b24311d6
Commit
b24311d6
authored
Oct 03, 2006
by
Ian Lynagh
Browse files
Rearrange docs to have all the -ddump-* options together
parent
2ab65c00
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/debugging.xml
View file @
b24311d6
...
...
@@ -237,6 +237,54 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-iterations
</option>
:
<indexterm><primary><option>
-ddump-simpl-iterations
</option></primary></indexterm>
</term>
<listitem>
<para>
Show the output of each
<emphasis>
iteration
</emphasis>
of the simplifier (each run of the simplifier has a maximum
number of iterations, normally 4). Used when even
<option>
-dverbose-simpl
</option>
doesn't cut it.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-stats
</option>
<indexterm><primary><option>
-ddump-simpl-stats option
</option></primary></indexterm>
</term>
<listitem>
<para>
Dump statistics about how many of each kind of
transformation too place. If you add
<option>
-dppr-debug
</option>
you get more detailed
information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-rn-trace
</option>
<indexterm><primary><option>
-ddump-rn-trace
</option></primary></indexterm>
</term>
<listitem>
<para>
Make the renamer be *real* chatty about what it is
upto.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-rn-stats
</option>
<indexterm><primary><option>
-dshow-rn-stats
</option></primary></indexterm>
</term>
<listitem>
<para>
Print out summary of what kind of information the renamer
had to bring in.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-dverbose-core2core
</option>
...
...
@@ -258,19 +306,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-iterations
</option>
:
<indexterm><primary><option>
-ddump-simpl-iterations
</option></primary></indexterm>
</term>
<listitem>
<para>
Show the output of each
<emphasis>
iteration
</emphasis>
of the simplifier (each run of the simplifier has a maximum
number of iterations, normally 4). Used when even
<option>
-dverbose-simpl
</option>
doesn't cut it.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-dppr-debug
</option>
...
...
@@ -304,41 +339,6 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-simpl-stats
</option>
<indexterm><primary><option>
-ddump-simpl-stats option
</option></primary></indexterm>
</term>
<listitem>
<para>
Dump statistics about how many of each kind of
transformation too place. If you add
<option>
-dppr-debug
</option>
you get more detailed
information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-rn-trace
</option>
<indexterm><primary><option>
-ddump-rn-trace
</option></primary></indexterm>
</term>
<listitem>
<para>
Make the renamer be *real* chatty about what it is
upto.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-ddump-rn-stats
</option>
<indexterm><primary><option>
-dshow-rn-stats
</option></primary></indexterm>
</term>
<listitem>
<para>
Print out summary of what kind of information the renamer
had to bring in.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>
-dshow-unused-imports
</option>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment