home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / oop / macapp3 / 17 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.2 KB

  1. Path: sparky!uunet!think.com!ames!data.nas.nasa.gov!taligent!apple!applelink.apple.com
  2. From: WERNER@SOE.BERKELEY.EDU
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Re: SourceBug "step in" proble
  5. Message-ID: <9211190224.AA20207@dewey>
  6. Date: 19 Nov 92 02:23:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 21
  10.  
  11. From: werner@SOE.Berkeley.Edu (John Werner)
  12. Subject: Re: SourceBug "step in" problem
  13. Sender: werner@dewey.SOE.Berkeley.Edu
  14. To: GILLAM.R@AppleLink.Apple.COM (Richard Gillam, GEIS),
  15.      MACAPP3TECH$@AppleLink.Apple.COM (MacApp 3 Technical Discussion)
  16.  
  17. >I'm having a problem with SourceBug.  Right now, it seems any time I use the
  18. >"step into" command on a method call, I bomb.
  19. >One change since
  20. >then that might matter is the addition of a bunch of pure C++ classes I'm
  21. >importing from another team member here.
  22.  
  23. I had some SourceBug problems recently when I used some
  24. non-TObject-descended classes.  In my case, I had a class descended from
  25. PascalObject, and SourceBug crashed on startup, not while debugging.
  26. Still, it sounds a bit similar.  I ended up "fixing" it by just making my
  27. class descend from TObject.  It sounds like you might not have that option,
  28. so I'm not sure what you should do.
  29.  
  30. John
  31.  
  32.