Re: [lazarus] Stoping debugger.

2007-02-21 Thread Marc Weustink
[EMAIL PROTECTED] wrote: 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

Re: [lazarus] Stoping debugger.

2007-02-21 Thread Lee Jenkins
Marc Weustink wrote: The problem you have is something deeper and needs to be solved. Setting EndDebugging is just a workaround for this problem but doesn't solve it. Thanks to a mail conversation I had last night with Jay Binks we found out that the debugger process reports an error when

Re: [lazarus] Stoping debugger.

2007-02-21 Thread Christian Ulrich
The problem you have is something deeper and needs to be solved. Setting EndDebugging is just a workaround for this problem but doesn't solve it. Thanks to a mail conversation I had last night with Jay Binks we found out that the debugger process reports an error when the application is stopped

Re: [lazarus] Stoping debugger.

2007-02-21 Thread Marc Weustink
Christian Ulrich wrote: The problem you have is something deeper and needs to be solved. Setting EndDebugging is just a workaround for this problem but doesn't solve it. Thanks to a mail conversation I had last night with Jay Binks we found out that the debugger process reports an error when