home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!ccsvax.sfasu.edu!z_kupkams
- From: z_kupkams@ccsvax.sfasu.edu
- Newsgroups: comp.os.os2.programmer
- Subject: Re: Getting Source Code View in PM debugger
- Message-ID: <1993Jan21.223445.2513@ccsvax.sfasu.edu>
- Date: 21 Jan 93 22:34:45 CST
- References: <1993Jan22.010500.15975@samba.oit.unc.edu>
- Distribution: na
- Organization: Stephen F. Austin State University
- Lines: 29
-
- In article <1993Jan22.010500.15975@samba.oit.unc.edu>, Norman.Yee@launchpad.unc.edu (Norman Yee) writes:
- >
- > I'm having a problem getting the PM debugger to show me the source
- > code view of a program; all that shows up is the disassembly code view.
- > This is the debugger from the November PDK.
- >
- > I have turned on debugging info in the linker generation options and
- > compiler debug options of Workframe/2. I have turned optimization
- > off in the compiler object code options.
- >
- > Anyone have any hints?
- >
- > Norm
- >
- > --
- > The opinions expressed are not necessarily those of the University of
- > North Carolina at Chapel Hill, the Campus Office for Information
- > Technology, or the Experimental Bulletin Board Service.
- > internet: laUNChpad.unc.edu or 152.2.22.80
-
- Did you specify -Ti+ for compile
- and /co /map for linker?
-
- These are what you need to do.
-
- Michael Kupka
-
-
-
-