After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561369 - the "Debug->add source paths" menu item doesn't work
the "Debug->add source paths" menu item doesn't work
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: debug-manager
SVN TRUNK
Other All
: Normal normal
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-18 14:44 UTC by hariseldon78
Modified: 2008-11-18 20:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description hariseldon78 2008-11-18 14:44:58 UTC
Please describe the problem:
i select a path and push the Add button but nothing happens..

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sébastien Granjoux 2008-11-18 18:33:02 UTC
You means that you expect to get it in the list below ?

I have just tried and I get nothing too. Thanks for reporting, I will check what's happen.
Comment 2 Sébastien Granjoux 2008-11-18 20:21:13 UTC
OK, it is fixed in svn trunk.

It was because some names have changed in the glade file. This was in my previous patch where I have added support for remote debugging. I have probably cut and paste this dialog without taking care of these names.

A few other dialogs in the debugger were affected. Everything should work fine now. Thanks again for reporting this.