home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 8005 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.8 KB

  1. Path: sparky!uunet!TOROLAB6.VNET.IBM.COM
  2. From: GERSTLE@TOROLAB6.VNET.IBM.COM
  3. Message-ID: <19930125.103252.459@almaden.ibm.com>
  4. Date: Mon, 25 Jan 93 13:32:00 EST
  5. Subject: Getting Source Code View in PM debugger
  6. Newsgroups: comp.os.os2.programmer
  7. References: <1993Jan22.010500.15975@samba.oit.unc.edu>
  8. Organization: IBM Corporation
  9. Disclaimer: This posting represents the poster's views, not those of IBM
  10. Lines: 41
  11.  
  12. In article <1993Jan22.010500.15975@samba.oit.unc.edu>,
  13. Norman.Yee@launchpad.unc.edu (Norman Yee) writes:
  14. >
  15. >I'm having a problem getting the PM debugger to show me the source
  16. >code view of a program; all that shows up is the disassembly code view.
  17. >This is the debugger from the November PDK.
  18. >
  19. >I have turned on debugging info in the linker generation options and
  20. >compiler debug options of Workframe/2.  I have turned optimization
  21. >off in the compiler object code options.
  22. >
  23. >Anyone have any hints?
  24. >
  25. >  Norm
  26. >
  27. >--
  28. >   The opinions expressed are not necessarily those of the University of
  29. >     North Carolina at Chapel Hill, the Campus Office for Information
  30. Norm,
  31.  
  32. In case you still don't see your source code, here are a few more hints:
  33.  
  34. - Make sure you are linking with the link386.exe from the PDK (should have a
  35.   date of July or later.
  36.  
  37. - Don't use MSGBIND
  38.  
  39. - If you are using a makefile and you set the debug options for the linker and
  40.   the compiler after you built the makefile, you need to rebuild the makefile
  41.   to pick up the changes (this is not done automaitcally).
  42.  
  43. - Place a check the box in the Compile options -> other options dialog for
  44.   "Perform compile only, no link"
  45.  
  46. If you are still having trouble, send me your phone number and we'll pursue
  47. this further.
  48.  
  49. Pat
  50. >        Technology, or the Experimental Bulletin Board Service.
  51. >           internet:  laUNChpad.unc.edu or 152.2.22.80
  52. >
  53.