Re: [Lazarus] Unable to debug GUI

2014-07-16 Thread John Landmesser
..reminds me at a bug in intel Drivers i had trouble with on Linux-Mint cinnamon: try this (quote from a forum http://forums.linuxmint.com/viewtopic.php?f=221&t=146477 ): * I have a Intel GPU, and i have these annoying black windows.

Re: [Lazarus] Unable to debug GUI

2014-07-14 Thread Graeme Geldenhuys
On 2014-07-14 16:41, Michael Van Canneyt wrote: > Any hints on how to go about this ? > I see suggestions with references to xvnc etc; but how to set this up with > Lazarus ? Use Xnest. That is how I used to debug the fpwm (Free Pascal Window Manager) project. Example startup script... ---

Re: [Lazarus] Unable to debug GUI

2014-07-14 Thread Giuliano Colla
Il 14/07/2014 17:41, Michael Van Canneyt ha scritto: On Mon, 14 Jul 2014, Marc Weustink wrote: Michael Van Canneyt wrote: Hi, I have a machine on which I'm completely unable to debug GUI programs. The machine runs Ubunutu 12.04 LTS. If I try to debug, the whole system (at least X11, later

Re: [Lazarus] Unable to debug GUI

2014-07-14 Thread Michael Van Canneyt
On Mon, 14 Jul 2014, Marc Weustink wrote: Michael Van Canneyt wrote: Hi, I have a machine on which I'm completely unable to debug GUI programs. The machine runs Ubunutu 12.04 LTS. If I try to debug, the whole system (at least X11, later the complete system) hangs as soon as there is a break

Re: [Lazarus] Unable to debug GUI

2014-07-14 Thread Marc Weustink
Michael Van Canneyt wrote: Hi, I have a machine on which I'm completely unable to debug GUI programs. The machine runs Ubunutu 12.04 LTS. If I try to debug, the whole system (at least X11, later the complete system) hangs as soon as there is a breakpoint in a GUI event handler. Try debugging

Re: [Lazarus] Unable to debug GUI

2014-07-14 Thread Mark Morgan Lloyd
Michael Van Canneyt wrote: Hi, I have a machine on which I'm completely unable to debug GUI programs. The machine runs Ubunutu 12.04 LTS. If I try to debug, the whole system (at least X11, later the complete system) hangs as soon as there is a breakpoint in a GUI event handler. It doesn't mat

[Lazarus] Unable to debug GUI

2014-07-14 Thread Michael Van Canneyt
Hi, I have a machine on which I'm completely unable to debug GUI programs. The machine runs Ubunutu 12.04 LTS. If I try to debug, the whole system (at least X11, later the complete system) hangs as soon as there is a breakpoint in a GUI event handler. It doesn't matter whether I do the debugg