Hi,

I had some trouble running a TCP server using Synapse library.

I was only able to run it once while using the debugger (F9 key in the
IDE)

>From the discussion I had on the mailing list of Synapse, one suggested
me to click on 'reset debugger' prior to running my applications.

And it worked fine.

So, I started to check in Lazarus source code and I would suggest that
in the future versions (I'm running 0.9.20 Beta) the following is added
after line number 8026 (right after Result := DebugBoss.RunDebugger;) of
the main unit (main.pas)

   DebugBoss.EndDebugging;

 

Thanks

JYL

Reply via email to