Path: utzoo!attcan!uunet!samsung!usc!elroy.jpl.nasa.gov!ncar!tank!freyja.uchicago.edu!jeff From: jeff@freyja.uchicago.edu (Jeff Roberts) Newsgroups: comp.sys.ibm.pc.programmer Subject: Re: CodeView 3.0 Message-ID: <9455@tank.uchicago.edu> Date: 25 May 90 17:33:29 GMT References: <3675@optilink.UUCP> Sender: news@tank.uchicago.edu Reply-To: jeff@freyja.uchicago.edu.UUCP (Jeff Roberts) Organization: U. Chicago Computer Science Dept. Lines: 13 In article <3675@optilink.UUCP> you write: [ remarks about CodeView 3.0 ] >I understand that the object format doesn't have the information >necessary to display a text string corresponding to the original >enumerated type string. Fine. But at least display the NUMBER! Actually, the -Zi switch causes the .obj file to include enum type definitions. I figured out the format of the debugging info (mostly), and the capability is there. CodeView just doesn't make use of it. Jeff