> its just that when the IDE does not stop at
> an error, but your executable dies with a popup error message (often this
> message is not the source of the error),
How this happens?
I have never run into such event.
Why IDE does not stop to error?
Jussi
--
On Monday 01 February 2010 06:06:02 you wrote:
> > I'm trying to debug my program at moment and finding lots of situations
> > where gambas dosn't pick up a problem in the IDE but the executable does
> > and dies.
> >
> > Hence having to go back to my code - isolate the subroutine and re-make
> >
> I'm trying to debug my program at moment and finding lots of situations
> where gambas dosn't pick up a problem in the IDE but the executable does
> and dies.
>
> Hence having to go back to my code - isolate the subroutine and re-make the
> executable, and I'm having to do this hundreds of tim
Am Sonntag, den 31.01.2010, 13:41 +0100 schrieb Fabien Bodard:
> 2010/1/31 Doriano Blengino :
> > richard terry ha scritto:
> >> On Sunday 31 January 2010 22:00:29 you wrote:
> >>
> >>> like a
> >>> generate executable and a generate executable to ?
> >>>
> >>> it can be done i think... or maybe th
2010/1/31 Doriano Blengino :
> richard terry ha scritto:
>> On Sunday 31 January 2010 22:00:29 you wrote:
>>
>>> like a
>>> generate executable and a generate executable to ?
>>>
>>> it can be done i think... or maybe the excutable path must be set in
>>> the project configuration form.
>>>
>> Yes,
richard terry ha scritto:
> On Sunday 31 January 2010 22:00:29 you wrote:
>
>> like a
>> generate executable and a generate executable to ?
>>
>> it can be done i think... or maybe the excutable path must be set in
>> the project configuration form.
>>
> Yes,
>
>> so the button only gene
On Sunday 31 January 2010 22:00:29 you wrote:
> like a
> generate executable and a generate executable to ?
>
> it can be done i think... or maybe the excutable path must be set in
> the project configuration form.
Yes,
>
> so the button only generate the executable ... or query the path but
> ju
like a
generate executable and a generate executable to ?
it can be done i think... or maybe the excutable path must be set in
the project configuration form.
so the button only generate the executable ... or query the path but
just if it is not set.
i've the problem on gambas2 as i need to gene
I'm trying to debug my program at moment and finding lots of situations where
gambas dosn't pick up a problem in the IDE but the executable does and dies.
Hence having to go back to my code - isolate the subroutine and re-make the
executable, and I'm having to do this hundreds of times as the bu