home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!agate!apple!mumbo.apple.com!gallant.apple.com!kip2-36.apple.com!user
- From: jpugh@apple.com (Jon Pugh)
- Subject: Re: Simulating odoc event from THINK Pascal?
- Sender: news@gallant.apple.com
- Message-ID: <jpugh-201192223815@kip2-36.apple.com>
- Date: Sat, 21 Nov 1992 06:41:41 GMT
- References: <goodill_eric-201192084213@ericg.cpd.tandem.com>
- Organization: Apple Computer, Inc.
- Followup-To: comp.sys.mac.programmer
- Lines: 20
-
- In article <goodill_eric-201192084213@ericg.cpd.tandem.com>,
- goodill_eric@tandem.com (Eric Goodill) wrote:
- >
- > Has anybody come up with a relatively easy way to simulate odoc events from
- > within THINK Pascal so that I can use the source level debugger while
- > debugging my Apple event handlers? As it stands, I've just been using
- > Macsbug which works just fine but is a bit tedious.
-
- Add a **** FREF to THINK Pascal's BNDL if it doesn't already have one. I
- forget if I added one myself or if it came with one. Rebuild your desktop
- if you do add it.
-
- Now you can drag and drop things onto THINK Pascal.
-
- Run your program. Drag something onto THINK Pascal. Your program will get
- the 'odoc' event. Debug as usual.
-
- Simple enough for you?
-
- Jon
-