Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!ucbcad!ucbvax!jade!violet.berkeley.edu!ephram From: ephram@violet.berkeley.edu.UUCP Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: Borland's new C compiler Message-ID: <3877@jade.BERKELEY.EDU> Date: Sun, 7-Jun-87 19:35:12 EDT Article-I.D.: jade.3877 Posted: Sun Jun 7 19:35:12 1987 Date-Received: Wed, 10-Jun-87 04:22:50 EDT References: <381@vax1.ccs.cornell.edu> <2835@zen.berkeley.edu> Sender: usenet@jade.BERKELEY.EDU Reply-To: ephram@violet.berkeley.edu () Distribution: comp.lang.c Organization: University of California, Berkeley Lines: 18 Keywords: IBM PC C compilers Xref: utgpu comp.lang.c:2268 comp.sys.ibm.pc:4088 In article <2835@zen.berkeley.edu> iverson@cory.Berkeley.EDU.UUCP (Tim Iverson) writes: >Does anyone know if CodeView will work with the .exe files produced >by this compiler? > >- Tim Iverson > iverson@cory.Berkeley.EDU > ucbvax!cory!iverson The answer is a qualified yes. CodeView will work with an Assembly language program also. The catch is that there is no info about source code and no variable names included in the .exe file. That means that what you will have is the Assembly view of the codeview screen without symbols (memory ref's only). Still a viable tool though. Ephram Cohen ephram@violet.berkeley.edu ephram@violet.berkeley.edu