<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Is this about "debugln" does not log
      correctly, or about something gets logged, that you did not want
      to be logged?<br>
      <br>
      I think the question is what is calling debugln.<br>
      - If your code does, then it should log.<br>
      - If it is in the IDE (but you wouldn't run that on wince) then
      that is correct to.<br>
      - If something else calls debugln, then that probably needs to be
      stopped.<br>
      <br>
      On 24/05/2013 19:04, Zaher Dirkey wrote:<br>
    </div>
    <blockquote
cite="mid:CABKDQHx=F=YXoBUXi6_NvJGbGLH3i6XjkstXJ+wi3jaP=AX-yw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:tahoma,sans-serif">Hi,
          Would you please stop generate a debug file for wince<br>
          <br>
          lclproc.pas line 1695<br>
          <br>
          procedure DebugLn(const s: string);<br>
          begin<br>
            {$ifdef WinCE}<br>
            if DebugNestAtBOL and (s <> '') then<br>
              DbgAppendToFile(ExtractFilePath(ParamStr(0)) +
          Str_LCL_Debug_File, DebugNestPrefix+s)<br>
            else<br>
              DbgAppendToFile(ExtractFilePath(ParamStr(0)) +
          Str_LCL_Debug_File, s);<br>
            {$else}<br>
            // First of all verify if a widgetset has override DebugLn<br>
            if DebugLnProc <> nil then<br>
            begin<br>
              DebugLnProc(s);<br>
              Exit;<br>
            end;<br clear="all">
        </div>
        <br>
        -- <br>
        <div dir="ltr"><span style="font-family:courier new,monospace">I
            am using last revision of Lazarus, FPC 2.6 on Windows XP SP3<br>
            <br>
            Best Regards<br>
            Zaher Dirkey</span></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>