Re: [Gambas-user] New feature in Gambas 3

2012-06-09 Thread Jussi Lahtinen
Thanks! 512 is almost enough, so, I'm sure 4096 is more than enough for my purposes. Jussi On 9 June 2012 16:41, Benoît Minisini wrote: > Le 05/06/2012 21:06, Jussi Lahtinen a écrit : > > Yes. > > My project is pretty huge. > > > > Jussi > > > > OK. In revision #4816, you can define the GB_PR

Re: [Gambas-user] New feature in Gambas 3

2012-06-09 Thread Benoît Minisini
Le 05/06/2012 21:06, Jussi Lahtinen a écrit : > Yes. > My project is pretty huge. > > Jussi > OK. In revision #4816, you can define the GB_PROFILE_MAX environment variable with the maximum profile file size, in megabytes. The maximum value is 4096 Mb. I hope it will be enough! Regards, -- Ben

Re: [Gambas-user] New feature in Gambas 3

2012-06-05 Thread Jussi Lahtinen
Yes. My project is pretty huge. Jussi On 5 June 2012 21:48, Benoît Minisini wrote: > Le 05/06/2012 20:38, Jussi Lahtinen a écrit : > > [GB.DEBUG] > > * NEW: Abort the program if the profile file is bigger than 512M. > > > > Is it possible to have option to change size of that limit? > > > > J

Re: [Gambas-user] New feature in Gambas 3

2012-06-05 Thread Benoît Minisini
Le 05/06/2012 20:38, Jussi Lahtinen a écrit : > [GB.DEBUG] > * NEW: Abort the program if the profile file is bigger than 512M. > > Is it possible to have option to change size of that limit? > > Jussi > Did you reach it? -- Benoît Minisini ---

Re: [Gambas-user] New feature in Gambas 3

2012-06-05 Thread Jussi Lahtinen
[GB.DEBUG] * NEW: Abort the program if the profile file is bigger than 512M. Is it possible to have option to change size of that limit? Jussi On 4 June 2012 21:36, Jussi Lahtinen wrote: > > OK, now it seems to work, > except when you stop execution from IDE (by clicking stop button) instea

Re: [Gambas-user] New feature in Gambas 3

2012-06-04 Thread Jussi Lahtinen
OK, now it seems to work, except when you stop execution from IDE (by clicking stop button) instead of actually closing the project. See attached project. Stopping from IDE gives wrong results. Jussi On 4 June 2012 21:10, Benoît Minisini wrote: > Le 04/06/2012 17:35, Jussi Lahtinen a écrit :

Re: [Gambas-user] New feature in Gambas 3

2012-06-04 Thread Benoît Minisini
Le 04/06/2012 17:35, Jussi Lahtinen a écrit : > Hmmm... Now I can't see "System.Profile = True" doing anything. > > If profiling is turned on from IDE menu, then "System.Profile = True" seems > to be ignored and profiling is started at same time as the project. > > And if profiling is turned off fr

Re: [Gambas-user] New feature in Gambas 3

2012-06-04 Thread Jussi Lahtinen
Hmmm... Now I can't see "System.Profile = True" doing anything. If profiling is turned on from IDE menu, then "System.Profile = True" seems to be ignored and profiling is started at same time as the project. And if profiling is turned off from IDE, then "System.Profile = True" doesn't turn it on

Re: [Gambas-user] New feature in Gambas 3

2012-06-03 Thread Benoît Minisini
Le 03/06/2012 17:45, Jussi Lahtinen a écrit : > With revision 4804 it still crashes. > Fixed in revision #4806. regards, -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: [Gambas-user] New feature in Gambas 3

2012-06-03 Thread Jussi Lahtinen
With revision 4804 it still crashes. *** buffer overflow detected ***: ProfilerBug terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f6332982007] /lib/x86_64-linux-gnu/libc.so.6(+0x107f00)[0x7f6332980f00] /lib/x86_64-linux-gnu/libc.so.6(+0x107369)[0x7f

Re: [Gambas-user] New feature in Gambas 3

2012-06-02 Thread Benoît Minisini
Le 24/05/2012 21:24, Jussi Lahtinen a écrit : > Unfortunately I still got the signal 6 with rev 4772. > Xubuntu 12.04 64bit. > > *** buffer overflow detected ***: ProfilerBug terminated > === Backtrace: = > /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f4d30bcc007] > ... Do

Re: [Gambas-user] New feature in Gambas 3

2012-05-24 Thread Jussi Lahtinen
Unfortunately I still got the signal 6 with rev 4772. Xubuntu 12.04 64bit. *** buffer overflow detected ***: ProfilerBug terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f4d30bcc007] /lib/x86_64-linux-gnu/libc.so.6(+0x107f00)[0x7f4d30bcaf00] /lib/x86_

Re: [Gambas-user] New feature in Gambas 3

2012-05-23 Thread Benoît Minisini
Le 23/05/2012 22:16, Benoît Minisini a écrit : > Le 23/05/2012 18:49, Jussi Lahtinen a écrit : >> There is bug... if I try to trigger profiling with System.Profile = True >> (option Activate profiling is not selected), >> Gambas crashes with signal 6. >> > > It should be fixed in revision #4761. No

Re: [Gambas-user] New feature in Gambas 3

2012-05-23 Thread Benoît Minisini
Le 23/05/2012 18:49, Jussi Lahtinen a écrit : > There is bug... if I try to trigger profiling with System.Profile = True > (option Activate profiling is not selected), > Gambas crashes with signal 6. > It should be fixed in revision #4761. Now System.Profile is ignored if the project has not been

Re: [Gambas-user] New feature in Gambas 3

2012-05-23 Thread Jussi Lahtinen
There is bug... if I try to trigger profiling with System.Profile = True (option Activate profiling is not selected), Gambas crashes with signal 6. *** buffer overflow detected ***: ProfilerBug terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7fb16cf

Re: [Gambas-user] New feature in Gambas 3

2012-05-21 Thread Jussi Lahtinen
Yes, that would be great! Jussi On Mon, May 21, 2012 at 10:29 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 21/05/2012 20:39, Jussi Lahtinen a écrit : > > Is it possible to have separated start and stop buttons for the profiler? > > > > I have huge project and when it starts

Re: [Gambas-user] New feature in Gambas 3

2012-05-21 Thread Benoît Minisini
Le 21/05/2012 20:39, Jussi Lahtinen a écrit : > Is it possible to have separated start and stop buttons for the profiler? > > I have huge project and when it starts it goes through pretty long > initialization (wait loops, pre-computed values, etc), > and I'm really only interested to optimize cert

Re: [Gambas-user] New feature in Gambas 3

2012-05-21 Thread Jussi Lahtinen
Is it possible to have separated start and stop buttons for the profiler? I have huge project and when it starts it goes through pretty long initialization (wait loops, pre-computed values, etc), and I'm really only interested to optimize certain parts of the run. Right now the interesting part i

Re: [Gambas-user] New feature in Gambas 3

2012-05-21 Thread Christer Johansson
Sounds like a great addition, looking forward to test it! /CJ > -Original Message- > From: Benoît Minisini [mailto:gam...@users.sourceforge.net] > Sent: Saturday, May 19, 2012 1:58 PM > To: mailing list for gambas users > Subject: [Gambas-user] New feature in Gambas 3

Re: [Gambas-user] New feature in Gambas 3

2012-05-20 Thread Jussi Lahtinen
Thanks! It's great! Jussi On Sat, May 19, 2012 at 2:58 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > I have just added the ability to profile a project from the IDE. > > This is not finished yet. At the moment, the IDE will tell you how much > time you spend in each func

Re: [Gambas-user] New feature in Gambas 3

2012-05-19 Thread Kevin Fishburne
On 05/19/2012 07:58 AM, Benoît Minisini wrote: > Hi, > > I have just added the ability to profile a project from the IDE. > > This is not finished yet. At the moment, the IDE will tell you how much > time you spend in each function, and, for each function, how much time > is spent in other function

Re: [Gambas-user] New feature in Gambas 3

2012-05-19 Thread Benoît Minisini
Le 19/05/2012 16:54, Emil Lenngren a écrit : > Cool work. > I first got > > "This application has raised an unexpected error and must abort. > [13] Null object. > FProfile.ExitFunction.61" > > and tried to recompile the whole gambas for about two hours, do svn update > and other things, but it didn

Re: [Gambas-user] New feature in Gambas 3

2012-05-19 Thread Emil Lenngren
for gambas users > Sent: Sat, 19 May 2012 13:58:19 +0200 > Subject: [Gambas-user] New feature in Gambas 3 > > > Hi, > > > > I have just added the ability to profile a project from the IDE. > > > > This is not finished yet. At the moment, the IDE will tell you h

Re: [Gambas-user] New feature in Gambas 3

2012-05-19 Thread nando
Nice! -- Original Message --- From: Benoît Minisini To: mailing list for gambas users Sent: Sat, 19 May 2012 13:58:19 +0200 Subject: [Gambas-user] New feature in Gambas 3 > Hi, > > I have just added the ability to profile a project from the IDE. > > This is n

[Gambas-user] New feature in Gambas 3

2012-05-19 Thread Benoît Minisini
Hi, I have just added the ability to profile a project from the IDE. This is not finished yet. At the moment, the IDE will tell you how much time you spend in each function, and, for each function, how much time is spent in other functions called from it. Next, I will try to profile each line

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> Charlie Reinl a écrit : >> ... >> At the moment, I choose the second solution, except that I don't know exactly how to implement the independant versioning system. Must think about it more... Regards, >>> Hey ? and Dr. House ? ;) >> He's cheatin

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : ... >> Hey ? and Dr. House ? ;) >> > > Inside Season 2 at the moment... I really love season 5, especially the "koh-lantha episode" :) (and original sound is far better than the fr one) -- There are no answers, only cross-references. -- Weiner

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Benoît Minisini
> Am Montag, den 24.08.2009, 23:24 +0200 schrieb Benoît Minisini: > > > 2009/8/24 Benoît Minisini > > > > > > > Hi, > > > > > > > > In Gambas 3 IDE, you can now modify the contents of local variables, > > > > global variables, and any field in debugger watch windows. While > > > > debugging of cou

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Benoît Minisini
> Charlie Reinl a écrit : > ... > > >> At the moment, I choose the second solution, except that I don't know > >> exactly how to implement the independant versioning system. Must think > >> about it more... > >> > >> Regards, > > > > Hey ? and Dr. House ? ;) > > He's cheating Charlie: the day he ta

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : ... >> At the moment, I choose the second solution, except that I don't know >> exactly >> how to implement the independant versioning system. Must think about it >> more... >> >> Regards, >> > Hey ? and Dr. House ? ;) He's cheating Charlie: the day he talked about House

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Charlie Reinl
Am Montag, den 24.08.2009, 23:24 +0200 schrieb Benoît Minisini: > > 2009/8/24 Benoît Minisini > > > > > Hi, > > > > > > In Gambas 3 IDE, you can now modify the contents of local variables, > > > global variables, and any field in debugger watch windows. While > > > debugging of course... > > > > >

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Benoît Minisini
> 2009/8/24 Benoît Minisini > > > Hi, > > > > In Gambas 3 IDE, you can now modify the contents of local variables, > > global variables, and any field in debugger watch windows. While > > debugging of course... > > > > This feature is fresh, so you may have crashes! > > > > Regards, > > > > -- > >

Re: [Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Dr. Diesel
2009/8/24 Benoît Minisini > Hi, > > In Gambas 3 IDE, you can now modify the contents of local variables, global > variables, and any field in debugger watch windows. While debugging of > course... > > This feature is fresh, so you may have crashes! > > Regards, > > -- > Benoît You sir, are the

[Gambas-user] New feature in Gambas 3 IDE

2009-08-24 Thread Benoît Minisini
Hi, In Gambas 3 IDE, you can now modify the contents of local variables, global variables, and any field in debugger watch windows. While debugging of course... This feature is fresh, so you may have crashes! Regards, -- Benoît ---

Re: [Gambas-user] New feature in Gambas 3 development version

2008-09-01 Thread Doriano Blengino
Benoit Minisini ha scritto: > Hi, > > If you use the development version, now you can declare typed object arrays: > > DIM ArrayOfLabels AS Label[8, 8] > > The Label[] class is dynamically created by the interpreter the first time it > is used. > > It has exactly the same features as the Object[]

[Gambas-user] New feature in Gambas 3 development version

2008-08-31 Thread Benoit Minisini
Hi, If you use the development version, now you can declare typed object arrays: DIM ArrayOfLabels AS Label[8, 8] The Label[] class is dynamically created by the interpreter the first time it is used. It has exactly the same features as the Object[] class, except that it always returns Label