From: Glynn Clements <glynn@gclements.plus.com>
To: "Kirkwood, David A" <DAVID.A.KIRKWOOD@saic.com>
Cc: linux-c-programming@vger.kernel.org
Subject: Re:
Date: Fri, 29 Jul 2005 18:25:32 +0100 [thread overview]
Message-ID: <17130.26252.680294.36281@cerise.gclements.plus.com> (raw)
In-Reply-To: <CA0BCF3BED56294AB91E3AD74B849FD51F192C@us-arlington-0668.mail.saic.com>
Kirkwood, David A wrote:
> I need to debug an X windows program which goes through many levels of
> windos on the screen. I tried using ddd but the ddd display captures all of
> the window events instead of the application I'm trying to debug capturing
> them. Is there some standard way to debug X apps or, is there some
> particular debugger better suited to this requirement? I'm using ddd.
It may help to run the program being debugged on a separate X display
to the debugging tools, so that you can more reliably control what
events it receives. If you debug it on the same display, its hard to
avoid the program receiving expose, enter/leave, focus etc events as
you use the debugging tools.
You don't need a second machine; an Xvnc session will do.
--
Glynn Clements <glynn@gclements.plus.com>
next parent reply other threads:[~2005-07-29 17:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CA0BCF3BED56294AB91E3AD74B849FD51F192C@us-arlington-0668.mail.saic.com>
2005-07-29 17:25 ` Glynn Clements [this message]
2004-09-13 11:11 (unknown) Ankit Jain
2004-09-13 11:20 ` Ron Michael Khu
2004-09-14 15:26 ` Re: Ron Michael Khu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17130.26252.680294.36281@cerise.gclements.plus.com \
--to=glynn@gclements.plus.com \
--cc=DAVID.A.KIRKWOOD@saic.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).