[Bug 72182] global variables in debugger

Vladimir Prus ghost at cs.msu.su
Wed May 18 12:26:05 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=72182         




------- Additional Comments From ghost cs msu su  2005-05-18 12:25 -------
I think this can be problematic. "info variables" in gdb will print all global variables, including those from libstd++, such as:

   const _Ios_Fmtflags std::ios_base::boolalpha;
   const _Ios_Fmtflags std::ios_base::dec;
   const _Ios_Iostate std::ios_base::eofbit;
   const _Ios_Iostate std::ios_base::failbit;

and all static constants for all classes. For a simple app, I get several pages, and all symbols are reported to be defined in my .cpp file.
Unless there's some sensible way to filter irrelevant variables, adding them
all to variables view would not help.




More information about the KDevelop-devel mailing list