Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!sun-barr!texsun!texbell!nuchat!moray!urchin!p6.f506.n106.z1.fidonet.org!Bob.Stout From: Bob.Stout@p6.f506.n106.z1.fidonet.org (Bob Stout) Newsgroups: comp.lang.c Subject: Re: Turbo C 2.0 vs MSC 5.1 Message-ID: <17192.24C3240D@urchin.fidonet.org> Date: 17 Jul 89 16:00:04 GMT Sender: ufgate@urchin.fidonet.org (newsout1.26) Organization: FidoNet node 1:106/506.6 - Fulcrum's Edge, Spring TX Lines: 21 In an article of <13 Jul 89 23:18:10 GMT>, (Juhani Grano) writes: >Borland supplies an utility programme called THELP bundled with TC 2.0. >This is a resident utility, which allows the use of TC online help via >your favorite editor. I use it with MicroEmacs. Borland's THELP is useful for checking language syntax and checking errors but lacks a complete set of library references like the Zortech help system does. >Another point. The CodeView debugger supplied with MSC seems to be able >to handle larger programs than the Turbo Debugger supplied with TC >Professional package. I have successfully debugged 300+ KB programs with >it, having the standard 640K core. With TD, I remember having >difficulties with 200+ KB programs. Borland supplies a version for 386 boxes to run in protected mode, leaving application program memory clear. Without a 386, you can try using a second machine and the remote debuggingg version. For a compiler which built a lot of its reputation on producing tight code, Borland's tools are memory hogs! Zortech's debugger isn't quite as good as TD, but it's a lot better than CV and uses less memory than either.