home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!elroy.jpl.nasa.gov!swrinde!news.dell.com!pmafire!boojum!boojum!roberts
- From: roberts@studguppy.lanl.gov (Doug Roberts)
- Newsgroups: comp.windows.x
- Subject: mxgdb1.1.4 Bug
- Message-ID: <ROBERTS.92Aug28092430@studguppy.lanl.gov>
- Date: 28 Aug 92 16:24:30 GMT
- Sender: usenet@boojum.lanl.gov
- Organization: Technology Modeling and Analysis, LANL-A7
- Lines: 27
-
- Hello all.
-
- Thought I'd report a bug in mxgdb version 1.1.4.
- (Sun SPARC, SunOS 4.1.1, X11R5p12, Motif 1.1.4)
-
- When inserting a break in a for loop, i.e.:
-
- for (count = 0; count < num_processes; ++count)
- {
- Foundry *foo = new Foundry;
- --> Break Here printf ("Fubar\n");
- }
-
- stepping through the loop doesn't work. You can step through the first
- time, but then the break is deleted and the loop runs to completion.
-
- This same problem does _not_ exist in xxgdb version 1.06.
-
- --Doug
- --
-
- ==================================================================
- Douglas Roberts |
- Los Alamos National Laboratory | All good work is done in defiance
- dzzr@lanl.gov | of management. -- Bob Woodward
- (505)667-4569 |
- ==================================================================
-