Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread Jussi Lahtinen
> 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 --

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread richard terry
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 > >

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread BenoƮt Minisini
> 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

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread Charlie Reinl
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

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread 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 the excutable path must be set in >>> the project configuration form. >>> >> Yes,

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread 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, > >> so the button only gene

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread richard terry
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

Re: [Gambas-user] IDE feature suggestion re making executable

2010-01-31 Thread Fabien Bodard
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

[Gambas-user] IDE feature suggestion re making executable

2010-01-30 Thread richard terry
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