Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!bellcore!bytor From: bytor@ctt.bellcore.com (Ross Huitt) Newsgroups: comp.lang.c++ Subject: Re: development environments Message-ID: <1991Jan24.161102.3777@bellcore.bellcore.com> Date: 24 Jan 91 16:11:02 GMT References: <1991Jan24.132606.25959@cbnewsl.att.com> Sender: usenet@bellcore.bellcore.com (Poster of News) Followup-To: comp.lang.c++ Distribution: usa Organization: Computer Technology Transfer, Bellcore Lines: 12 I've been looking at Sabre C++ and ObjectWorks lately and have talked to users of both. From a purely debugging perspective I would have to lean towards Sabre, although I hate the costs associated with its interpreter. The big feature that Sabre has that ObjectWorks doesn't is the ability to evaluate expressions during a debug session, such as 'print x.foo(1, 2)'. And you don't need an full-blown interpreter to do this: dbx, gdb, Turbo Debugger, and Codeview can all evaluate expressions. As far as cooperative programming goes, I don't think either package provides any explicit support. You'll have to look elsewhere. -ross aka bytor@ctt.bellcore.com