Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Fabien Bodard
2009/12/13 Kadaitcha Man : > 2009/12/13 Kadaitcha Man : >> 2009/12/13 Fabien Bodard : >> >>> open IDE and try to do a step by step debug ... you will see the stack >>> (F8) >> >> Nope. >> >> I'll pull the latest svn and recompile. > > Ok, rev 2490 now reconfiguring. > > I still have recompile, so i

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Fabien Bodard
2009/12/13 Kadaitcha Man : > 2009/12/13 Fabien Bodard : > >> The good news is > > The good news is it worked, and I didn't bother deleting the config :) no so good if you close the ide ... you have to resize a new time ... arf > Thank you, your help really is very much appreciated. > > --

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard : > The good news is The good news is it worked, and I didn't bother deleting the config :) Thank you, your help really is very much appreciated. -- Return on Information: Google Enterprise Sear

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard : > but it will be not sufficient you need to reduce now the stack that > take all the slide... there is a setting bug with the splitter > controle... i need to investigate more... Ok. Happy to help. > The good news is when you have corrected the size, it is well saved i

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Fabien Bodard
but it will be not sufficient you need to reduce now the stack that take all the slide... there is a setting bug with the splitter controle... i need to investigate more... The good news is when you have corrected the size, it is well saved in the conf file. 2009/12/13 Fabien Bodard : > 2009/12/1

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Kadaitcha Man : > 2009/12/13 Fabien Bodard : > >> open IDE and try to do a step by step debug ... you will see the stack >> (F8) > > Nope. > > I'll pull the latest svn and recompile. Ok, rev 2490 now reconfiguring. I still have recompile, so in the meantime: I'm sunburnt as all bugger

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard : > open IDE and try to do a step by step debug ... you will see the stack > (F8) Nope. I'll pull the latest svn and recompile. -- Return on Information: Google Enterprise Search pays you back G

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Kadaitcha Man
2009/12/13 Fabien Bodard : > Ok i've found the problem :) > but for you :) > open the file at : > > ~/.config/gambas3/gambas3.conf > > find the line : [FDebugInfo] > > replace the value by : splDebug=[502,122] > > > then save the file > > open IDE and try to do a step by step debug ... you wil

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Fabien Bodard
2009/12/13 Fabien Bodard : > Ok i've found the problem, so ... > > i've corrected it in the last svn commit but for you just do that : > > open the file at : > > ~/.config/gambas3/gambas3.conf > > find the line : [FDebugInfo] > > replace the value by : splDebug=[502,122] > > > then save the file >

Re: [Gambas-user] gb3: Call trace in debug

2009-12-13 Thread Fabien Bodard
Ok i've found the problem, so ... i've corrected it in the last svn commit but for you just do that : open the file at : ~/.config/gambas3/gambas3.conf find the line : [FDebugInfo] replace the value by : splDebug=[502,122] then save the file open IDE and try to do a step by step debug ... y

[Gambas-user] gb3: Call trace in debug

2009-12-12 Thread Kadaitcha Man
I've seen it somewhere, but can I find it in gb3? Nooo. Is there a call trace window when debugging in gb3? If there is, how do I display it? I'm trying to debug some events and can't tell where a call to a routine is originating from.