[anjuta-devel] Remove some debugger menu items
- From: Sébastien Granjoux <seb sfo free fr>
- To: anjuta-devel-list gnome org
- Subject: [anjuta-devel] Remove some debugger menu items
- Date: Thu, 25 Aug 2011 22:56:06 +0200
Hi,
While writing the debugger documentation. I have seen that some dialogs
of the debugger are not working fine with Gtk+3.
I will fix them but I think that nobody use these dialogs. So perhaps it
will be better to just remove them. Their documentation are not clear
neither.
I speak about:
* Debug->Info->Info Target Files (info target)
List all segments used in the program
* Debug->Info->Info Program (info program)
Give some information about the program, like the stop address but you
can get it reading the value of IP register
* Debug->Info->Info Kernel User Struct (info udot)
Give some information about something. It doesn't work here
* Debug->Info->Global Variable (info variables)
This one could be useful. It list all global variables. The issue is
that on Anjuta it blocks the debugger for a few minutes here because
there are two much global variables.
* Debug->Info Current Frame (info frame)
Give some low information about the current stack frame. The most useful
informations are already displayed in the stack window.
* Debug->Info Function Arguments (info args)
Give some information about the function argument. This is already
displayed in the stack window.
These can still be used as custom commands, entering the corresponding
gdb command.
So, I propose to remove all these menu items, keeping only
Debug->Info->Shared Libraries and Debug->Info->Kernels Signals. Do you
agree?
Regards,
Sébastien
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]