Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!mintaka!bloom-picayune.mit.edu!athena.mit.edu!sokoloff From: sokoloff@athena.mit.edu (James T Sokoloff) Newsgroups: comp.sys.mac.programmer Subject: Re: Unexpected Update Events Message-ID: <1991Apr30.183501.28942@athena.mit.edu> Date: 30 Apr 91 18:35:01 GMT References: <11082@bunny.GTE.COM> <1991Apr29.170744.12029@news.iastate.edu> <12846@pt.cs.cmu.edu> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 9 David writes: > 1) i think the debugger windows, when activated, will cause invalidation > of your application windows thus generating update events. i'm not > sure about this, tho. No, this is not the case. Think C debugger saves the bits that are going to be destroyed when creating the debug windows. This causes the debugger to be less intrusive on the functioning of your program... Jim Sokoloff