Re: [lazarus] Debugger problems without debugger

2006-07-15 Thread Mattias Gaertner
On Wed, 05 Jul 2006 10:00:12 +0200 Micha Nelissen <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > >>> Then maybe it is another 'feature' of the TAyncProcess. > >> I don't use TAsyncProcess (or somebody changed the code) > > > > As soon as some other place in the IDE uses a TAsyncProcess, t

Re: [lazarus] Debugger problems without debugger

2006-07-05 Thread Micha Nelissen
Mattias Gaertner wrote: >>> Then maybe it is another 'feature' of the TAyncProcess. >> I don't use TAsyncProcess (or somebody changed the code) > > As soon as some other place in the IDE uses a TAsyncProcess, the other > TProcess get problems. > For example, using TAsyncProcess to compile a projec

Re: [lazarus] Debugger problems without debugger

2006-07-05 Thread Mattias Gaertner
On Wed, 05 Jul 2006 09:30:15 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Tue, 04 Jul 2006 23:17:24 +0200 > > Marc Weustink <[EMAIL PROTECTED]> wrote: > > > > > >>Mattias Gaertner wrote: > >> > >>>On Sat, 24 Jun 2006 13:25:18 +0200 > >>>Lord Satan <[EMAIL PROTE

Re: [lazarus] Debugger problems without debugger

2006-07-05 Thread Marc Weustink
Mattias Gaertner wrote: On Tue, 04 Jul 2006 23:17:24 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On Sat, 24 Jun 2006 13:25:18 +0200 Lord Satan <[EMAIL PROTECTED]> wrote: Hi everyone, I run my projects inside the IDE through the run and wait script. After Wha

Re: [lazarus] Debugger problems without debugger

2006-07-04 Thread Mattias Gaertner
On Tue, 04 Jul 2006 23:17:24 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Sat, 24 Jun 2006 13:25:18 +0200 > > Lord Satan <[EMAIL PROTECTED]> wrote: > > > > > >>Hi everyone, > >> > >> I run my projects inside the IDE through the run and wait script. After > > W

Re: [lazarus] Debugger problems without debugger

2006-07-04 Thread Marc Weustink
Mattias Gaertner wrote: On Sat, 24 Jun 2006 13:25:18 +0200 Lord Satan <[EMAIL PROTECTED]> wrote: Hi everyone, I run my projects inside the IDE through the run and wait script. After What is the run and wait script. closing my running program the IDE 'stays in the debugging session' as sho

Re: [lazarus] Debugger problems without debugger

2006-07-04 Thread Mattias Gaertner
On Sat, 24 Jun 2006 13:25:18 +0200 Lord Satan <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I run my projects inside the IDE through the run and wait script. After closing my running program the IDE 'stays in the debugging session' as shown by '(debugging)' in the caption of the lazarus editor. I

Re: [lazarus] Debugger problems without debugger

2006-06-26 Thread Jon Foster
I have the same problem too. It recently started happening with my update this morning. I receive this error when using "none" as my debugger. I tried using "gdb" as the debugger to see if that would make things better. However the next time I started my program I received a message stating th

Re: [lazarus] Debugger problems without debugger

2006-06-24 Thread Burkhard Carstens
Am Samstag, 24. Juni 2006 13:25 schrieb Lord Satan: > Hi everyone, > > I run my projects inside the IDE through the run and wait script. > After closing my running program the IDE 'stays in the debugging > session' as shown by '(debugging)' in the caption of the lazarus > editor. I cannot stop the

[lazarus] Debugger problems without debugger

2006-06-24 Thread Lord Satan
Hi everyone, I run my projects inside the IDE through the run and wait script. After closing my running program the IDE 'stays in the debugging session' as shown by '(debugging)' in the caption of the lazarus editor. I cannot stop the debugger and have to reset it to get back to the normal stat