Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!ox.com!metapyr!david From: david@metapyr.UUCP (David Relson) Newsgroups: comp.os.msdos.programmer Subject: Re: Turbo C++ 1.0 vs Microsoft C 6.0 Message-ID: <125@metapyr.UUCP> Date: 13 Nov 90 18:04:45 GMT References: <1990Nov9.130326.657@msuinfo.cl.msu.edu> Reply-To: david@metapyr.UUCP (David Relson) Distribution: na Organization: Meta/LBMS -- Ann Arbor, MI Lines: 9 Codeview has changed considerably between MSC 5.1 and 6.0. It is considerably more powerful, can display more stuff on screen, allows displaying structures and following pointers (for example a linked list of structures), can replay your run history (remembers breakpoints, etc & can restart program and replay what you have done), can undo (replay to breakpoint previous to last one). It will also run from extended memory on 286 and 386 machines, leaving much more room for the program being debugged. In going from version 2.x to 3.x, Codeview has improved one heck of a lot!!