<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>Question about debug info</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><SPAN LANG="pt"><FONT SIZE=2 FACE="Arial">Hello All,</FONT></SPAN>

<BR><SPAN LANG="pt"><FONT SIZE=2 FACE="Arial">I tryed to use the Erlang debugger and in order to do it I need to compile the source modules with debug info and for that matter I used</FONT></SPAN></P>

<P><SPAN LANG="pt"><FONT SIZE=2 FACE="Arial">-compile(debug_info)</FONT></SPAN>
</P>

<P><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial">This seems to have no effect, even if the .beam module increases its size, because the debugger still continues to issue an error saying there no debug information present in the .beam module.</FONT></SPAN></P>

<P><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial">What am I doing wrong ?</FONT></SPAN>
</P>

<P><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial">Thanks,</FONT></SPAN>

<BR><SPAN LANG="en-us"><FONT SIZE=2 FACE="Arial">Pedro</FONT></SPAN>
</P>

</BODY>
</HTML>