[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

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

870.0. "Search for static variables before complaining..." by ADA9X::BRETT () Fri Mar 07 1997 10:07

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.RTitleUserPersonal
Name
DateLines
870.1Added to ListTLE::MERRITTSteve Merritt, Ladebug TeamFri Apr 18 1997 14:553
I've added this to the C++ bugs list.

-Steve