| 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 |
given a module
eg_b.cxx
static int eg_b_static_variable;
static int eg_b_static_function() {...}
and another module
eg_a.cxx
int main(){...}
It is confusing to me that, from within eg_a
stop in eg_b_static_function works
and
p eg_b_static_variable doesn't.
/Bevin
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 870.1 | Added to List | TLE::MERRITT | Steve Merritt, Ladebug Team | Fri Apr 18 1997 13:55 | 3 |
I've added this to the C++ bugs list. -Steve | |||||