Title: | Digital Ladebug debugger |
Moderator: | TLE::LUCIA |
Created: | Fri Feb 28 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 969 |
Total number of notes: | 3959 |
=============== int one() { return 1; } main() { one(); } =============== In dxladebug 4.0-28, I set a breakpoint in one(). If I issue a "where" command, it correctly tells me >0 0x120001110 in one() tmp.c:3 #1 0x12000112c in main() tmp.c:8 The stack button does absolutely nothing -- it stays at "0: one" no matter what I do. - Matt
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
785.1 | ADA9X::BRETT | Fri Jan 24 1997 13:33 | 3 | ||
It appears to be totally broken. /Bevin | |||||
785.2 | fixed | PACKED::ALLEN | Christopher Allen, Ladebug, dtn 381-0864 | Tue Jan 28 1997 15:18 | 4 |
This was a regression introduced at 4.0-28. Our apologies. It has been fixed in 4.0-29, available shortly. -Chris |