[Lazarus] Unable to debug GUI
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Mon Jul 14 21:06:39 CEST 2014
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...
--------[ start.sh ]----------------
#!/bin/bash
Xnest -ac :2 &
export DISPLAY=:2.0
./fpwm &
xterm &
------------[ end ]------------
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
More information about the Lazarus
mailing list