Thanks ;)<br><br>yc<br><br><div class="gmail_quote">On Nov 26, 2007 2:39 AM, Kenneth Lundin <<a href="mailto:kenneth.lundin@gmail.com">kenneth.lundin@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can redirect trace output in various ways.<br><br>dbg:tracer(Type,Data) % sets the tracer<br><br>You can do like this to direct trace output to a file:<br><br>dbg:tracer(port,dbg:trace_port(file,"MyFileName")).
<br><br>or<br><br>dbg:tracer(port,dbg:trace_port(file,{"MyFileName",wrap,"MySuffix"})).<br><br><br>/Kenneth Erlang/OTP team at Ericsson<br><div><div></div><div class="Wj3C7c"><br>On 11/26/07, YC <<a href="mailto:yinso.chen@gmail.com">
yinso.chen@gmail.com</a>> wrote:<br>> Hi all -<br>><br>> how do I redirect trace output to a file?  I played with dbg:trace_port, but<br>> I'm unclear on how it's used and whether it's the right function.  Any
<br>> pointer is appreciated,<br>><br>> Thanks,<br>> yc<br>><br>><br>><br>><br></div></div>> _______________________________________________<br>> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">
erlang-questions@erlang.org</a><br>> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>><br></blockquote></div><br>