Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!evax!marler From: marler@evax.arl.utexas.edu (T. Gordon Marler) Newsgroups: comp.windows.x Subject: Debugging Graphics Programs Message-ID: <1990Sep16.035643.16911@evax.arl.utexas.edu> Date: 16 Sep 90 03:56:43 GMT Distribution: na Organization: Computer Science Engineering Univ. of Texas at Arlington Lines: 9 I'd like to debug a program I've written in X that simply opens a window and draws in it. However, when I use dbx or gdb, the window does not open nor can I see any graphics being drawn as the program executes. If I simply execute the program, it opens its window and draws in it just fine. How can I get the debugger to open the window and draw into it as the program executes? Gordon Marler marler@evax.arl.utexas.edu