Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread Mattias Gaertner
On Mon, 21 Feb 2011 11:39:33 +0200 Juha Manninen juha.mannine...@gmail.com wrote: Hi I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How to shut them down? Tell the

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread zeljko
On Monday 21 of February 2011 10:39:33 Juha Manninen wrote: Hi I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How to shut them down? Disable -dDebug ? Are they from

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread Juha Manninen
zeljko kirjoitti maanantai 21 helmikuu 2011 10:14:40: On Monday 21 of February 2011 10:39:33 Juha Manninen wrote: I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread Juha Manninen
zeljko kirjoitti maanantai 21 helmikuu 2011 10:14:40: Disable -dDebug ? Are they from lcl or from gtk2 libs ? Problem solved. I had assertion enabled (-Sa) and forgot it. IMO the assertions should be made usable in Lazarus code base. They are useful and serve a different purpose than

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread zeljko
On Monday 21 of February 2011 18:10:39 Juha Manninen wrote: zeljko kirjoitti maanantai 21 helmikuu 2011 10:14:40: Disable -dDebug ? Are they from lcl or from gtk2 libs ? Problem solved. I had assertion enabled (-Sa) and forgot it. IMO the assertions should be made usable in Lazarus code

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread Juha Manninen
2011/2/21 zeljko zel...@holobit.net IMO the assertions should be made usable in Lazarus code base. They are useful and serve a different purpose than exceptions. Currently they can't be used with QT bindings at all, Because they're not implemented in Qt bindings. That is ok but I was

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread Hans-Peter Diettrich
Juha Manninen schrieb: I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How to shut them down? I use to $ifdef unwanted DebugLn statements, or simply comment them out.

[Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-20 Thread Juha Manninen
Hi I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How to shut them down? Juha -- ___ Lazarus mailing list