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