T.R | Title | User | Personal Name | Date | Lines |
---|
841.1 | | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Mon Feb 17 1997 16:07 | 6 |
| I've reproduced problems 1 through 3. They are on our list.
Problem 4 needs more analysis. Someone will report back here on that.
At first glance it appears to be similar to 811.*
-Chris
|
841.2 | | GEMGRP::MONTELEONE | | Mon Feb 17 1997 16:22 | 10 |
|
It is not clear whether the RERUN problems reported in the base note
are directly related to the RERUN problems reported in note 646 or
not, but if someone is going to be working on RERUN soon, it may be
helpful to be aware of all such similar problems while doing the work.
Bob
|
841.3 | | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Wed Feb 19 1997 13:04 | 7 |
| A workaround for problem #3 is to do this in the command window:
(ladebug) set $lang="C++"
and then set the breakpoint again in the source browser window.
-Chris
|
841.4 | The rerun problems are fixed in the 4.0-33 debugger | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Fri Mar 14 1997 09:03 | 0 |
841.5 | | ADA9X::BRETT | | Fri Mar 14 1997 09:54 | 3 |
| Fantastic!!!!
/Bevin
|
841.6 | | ADA9X::BRETT | | Fri Mar 14 1997 10:00 | 3 |
| see 884 for the last critical issue - number (4)
/Bevin
|
841.7 | note: the BROWSE SOURCE problem (#3) is not yet fixed | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Fri Mar 14 1997 11:51 | 0 |
841.8 | | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Mon Apr 28 1997 16:45 | 17 |
| This problem from .0 is fixed in 4.0-36:
3. The BROWSE SOURCE view can't set breakpoints in many cases
**************************************************************
FILE menu
BROWSE SOURCES
double-click a.out
double-click eg024b.cxx
click p1(int)
click SET BREAKPOINT
Can't set breakpoint in routine p1(int)
because it has still got the engine in lang="C" mode, but we
are trying to set a breakpoint on a C++ function.
|
841.9 | | TLE::BRETT | | Thu May 01 1997 09:24 | 60 |
| 4.0-BL36 results
----------------
1.
==
(ladebug) run one-parameter; cont; rerun; cont
This gets the right answer, *BUT* then gets
Unhandled DBGAPI_Exception, text: EXCEPTION:
If you then give the command again, the debugger exits unexpectedly and the
GUI freezes.
This doesn't happen when you issue the commands one at a time rather than
in a comma list.
2.
==
As noted elsewhere, FILE RUN-NEW menu does keep the args, but doesn't
show them in the box
3.
==
This is fixed. Unfortunately there is another even worse behaviour
although I haven't determined if the following is a regression or was
always there...
FILE menu
BROWSE SOURCES
double-click a.out
double-click eg024b.cxx
click p1(int)
click SET BREAKPOINT
double-click eg024a.c
The GUI gets a strange prompt, and doesn't expand the menu.
Some of the buttons stay live. Clicking them some things to work, some things
not to, and fairly soon...
% dxladebug : Fatal internal error detected
Caught unexpected signal "Segmentation fault", exiting ...
4.
==
Now has bpt buttons
/Bevin
4.
==
|