Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!uflorida!haven!vrdxhq!bms-at!stuart From: stuart@bms-at.UUCP (Stuart Gathman) Newsgroups: comp.lang.c Subject: Re: Turbo C 2.0 vs MSC 5.1 Summary: Turbo remote debugger Message-ID: <169@bms-at.UUCP> Date: 15 Jul 89 18:13:25 GMT References: <644@octopus.UUCP> <3607@cps3xx.UUCP> <1169@hydra.cs.Helsinki.FI> Organization: Business Management Systems, Inc., Fairfax, VA Lines: 17 In article <1169@hydra.cs.Helsinki.FI>, grano@kreeta.cs.Helsinki.FI (Juhani Grano) writes: > 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. Turbo debugger comes with two programs to debug large applications. 1) remote debugging works with 2 PC's linked with a serial cable. Only a small stub resides with the application, all the symbol tables & window goodies are on the other PC. Can, incidently, be used for 115000 baud file transfer also. GREAT! 2) 386 debugger uses virtual 8086 mode to accomplish the same feat. I don't have a 386 and haven't tried this.