GNOME Bugzilla – Bug 478415
show global variables in nemiver
Last modified: 2007-12-26 22:01:02 UTC
Show global variables in nemiver. Today only local variables are shown.
Created attachment 95869 [details] [review] Initial patch to show global variables in nemiver The problem of this patch is that when debugging test/.libs/fooprog nemiver takes a long time trying to parse the global variables. We need to find a way around it.
That patch has been reworked a lot since its initial submission. In svn trunk, GDBEngine now supports global variable listing that should be way faster and reliable. So I am closing this bug for now.