ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ABout how to use DDD to test socket code.


From: Andrej Jamsek
Subject: Re: ABout how to use DDD to test socket code.
Date: Mon, 18 Jun 2001 08:16:37 +0200

Hello.

if your server is a process you have to attached to a process. To debug that
you must include some additional code into to stop the process - like while
(1) { ... } and when you debug with attached to process, debugger wait for
you there. After you just continue at cursor position, which must be after
while loop.
Instead of infinite loop you can also put some sleep for cca 1-2 minutes or
better access statement, which test for some file. If file exist you put
process to sleep or infinite loop.

Bye
        Andrej

----------------------------------------------------------------------------
Jamsek Andrej
Hermes SoftLab d.d.
Office Nova Gorica

Litijska 51, 1000 Ljubljana, Slovenia
phone: (++386 1) 5865 705
E-mail: address@hidden
----------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]