On 9/18/07, <b class="gmail_sendername">Stefan O&#39;Rear</b> &lt;<a href="mailto:stefanor@cox.net">stefanor@cox.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There is a flag to do this, and it&#39;s even In The Manual!<br><br><a href="http://haskell.org/ghc/dist/current/docs/users_guide/ghci-set.html#id313085">http://haskell.org/ghc/dist/current/docs/users_guide/ghci-set.html#id313085
</a><br><br>&nbsp;&nbsp;3.8.1. GHCi options<br><br>&nbsp;&nbsp; GHCi options may be set using :set and unset using :unset.<br><br>&nbsp;&nbsp; The available GHCi options are:<br><br>&nbsp;&nbsp; +r<br><br></blockquote><div><br>&nbsp;Thanks Stefan,<br><br>I just tried the &quot;:set +r&quot; trick. It looked really promising but it doesn&#39;t seem to work as expected.
<br><br>The session with the &quot;:set +r&quot; is exactly the same as without it:<br><br>Prelude&gt; :l debug68.hs<br>[1 of 1] Compiling Main&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( debug68.hs, interpreted )<br>Ok, modules loaded: Main.<br>*Main&gt; :set +r
<br>*Main&gt; :b qsort<br>Breakpoint 0 activated at debug68.hs:(1,0)-(3,55)<br>*Main&gt; main<br>Stopped at debug68.hs:(1,0)-(3,55)<br>_result :: [a] = _<br>[debug68.hs:(1,0)-(3,55)] *Main&gt; :del *<br>[debug68.hs:(1,0)-(3,55)] *Main&gt; :cont
<br>[0,1,3,4,8,11,18,23]<br>*Main&gt; :b qsort<br>Breakpoint 1 activated at debug68.hs:(1,0)-(3,55)<br>*Main&gt; main<br>[0,1,3,4,8,11,18,23]<br></div><br>Best regards,<br><br>Olivier.<br></div>