Matt Minnis wrote:
> Here is the ICS log segment that applies with those options:

OK, open your project and then OverbyteIcsFtpCli.pas in the editor.
Add a breakpoint in:

procedure TCustomFtpCli.AbortAsync;
{var
    bFlag : Boolean; }                                             { 2.106 }
begin
{$IFNDEF NO_DEBUG_LOG}                                             { 2.105 }
    if CheckLogOptions(loProtSpecInfo) then     // <=*** here ****
        DebugLog(loProtSpecInfo, '! Aborting');
{$ENDIF}

Run the app. with debug symbols under the debugger and when it stops at
the breakpoint copy the call stack and post it here.

-- 
Arno

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to