home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15800 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!swrinde!news.dell.com!pmafire!boojum!boojum!roberts
  2. From: roberts@studguppy.lanl.gov (Doug Roberts)
  3. Newsgroups: comp.windows.x
  4. Subject: mxgdb1.1.4 Bug
  5. Message-ID: <ROBERTS.92Aug28092430@studguppy.lanl.gov>
  6. Date: 28 Aug 92 16:24:30 GMT
  7. Sender: usenet@boojum.lanl.gov
  8. Organization: Technology Modeling and Analysis, LANL-A7
  9. Lines: 27
  10.  
  11. Hello all. 
  12.  
  13. Thought I'd report a bug in mxgdb version 1.1.4. 
  14. (Sun SPARC, SunOS 4.1.1, X11R5p12, Motif 1.1.4)
  15.  
  16. When inserting a break in a for loop, i.e.:
  17.  
  18. for (count = 0; count < num_processes; ++count)
  19.         {
  20.                 Foundry *foo = new Foundry;
  21. --> Break Here  printf ("Fubar\n");
  22.         }
  23.  
  24. stepping through the loop doesn't work. You can step through the first
  25. time, but then the break is deleted and the loop runs to completion.
  26.  
  27. This same problem does _not_ exist in xxgdb version 1.06.
  28.  
  29. --Doug
  30. --
  31.  
  32. ==================================================================
  33. Douglas Roberts                |
  34. Los Alamos National Laboratory | All good work is done in defiance
  35. dzzr@lanl.gov                  |  of management. -- Bob Woodward
  36. (505)667-4569                  |
  37. ==================================================================
  38.