GNOME Bugzilla – Bug 359317
can't load debug manager
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: The debug manager plugin won't load; the console shows the following error: ** (anjuta:8704): WARNING **: Could not open module: /usr/local/lib/anjuta/liban juta-debug-manager.so: undefined symbol: ianjuta_variable_debugger_delete ** (anjuta:8704): WARNING **: Invalid type: Can not load anjuta-debug-manager:De bugManagerPlugin This is a recent regression. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 73956 [details] [review] fix Here's a fix. The problem was that in the IAnjutaVariableDebugger interface we recently renamed the delete() method to delete_var(), but we forgot to update a few calls to this method to use the new name.
Thanks - sorry about forgetting those!
Closing all fixed bugs. Sorry for the mass update :( ...