Closed GoogleCodeExporter closed 9 years ago
Interesting,
Well the first thing I'm noticing is that it looks like your are loading 2 sets
of plugins. This can often cause unusual problems, so let's address that first.
This typically happens because EDB has 2 search directories.
It will first search in the directory specified in the settings.
Then it will also load any plugins in the current working directory (so users
can load custom plugins if desired while still using the ones in the system
install path).
anyway, to check the system location open preferences:
Options -> Configure Debugger
Then goto the "Directories" tab.
Then look at the "Plugin Directory" entry.
Now that we know where the plugins are coming from, please do what you need to
do to prevent one or the other from being loaded.
If after that the problem persists, let me know.
Original comment by evan.teran
on 3 Oct 2012 at 5:30
(In reply to comment #1)
> Interesting,
>
> Well the first thing I'm noticing is that it looks like your are loading 2
sets
> of plugins. This can often cause unusual problems, so let's address that
first.
>
> This typically happens because EDB has 2 search directories.
>
> It will first search in the directory specified in the settings.
> Then it will also load any plugins in the current working directory (so users
> can load custom plugins if desired while still using the ones in the system
> install path).
>
> anyway, to check the system location open preferences:
>
> Options -> Configure Debugger
>
> Then goto the "Directories" tab.
>
> Then look at the "Plugin Directory" entry.
>
> Now that we know where the plugins are coming from, please do what you need to
> do to prevent one or the other from being loaded.
>
> If after that the problem persists, let me know.
Hi,
thank you very much for your answer.
The problem was that I compiled EDB with
$ qmake -makefile DEFAULT_PLUGIN_PATH="/usr/lib/edb/"
$ make
And installed it with
$ make install (And not "make INSTALL_ROOT=/usr/ install" as I should have)
, which is kind of stupid..
Anyways, changing the plugin directory to the "installation path
Original comment by evan.teran
on 3 Oct 2012 at 5:31
Hi,
thank you very much for your answer.
The problem was that I compiled EDB with
$ qmake -makefile DEFAULT_PLUGIN_PATH="/usr/lib/edb/"
$ make
And installed it with
$ make install (And not "make INSTALL_ROOT=/usr/ install" as I should have)
, which is kind of stupid..
Anyways, changing the plugin directory to the "installation path" solved the
problem.
Thanks for this, and the awesome work you've done in creating a real debugger
for Linux.
Live long and prosper.
Original comment by evan.teran
on 3 Oct 2012 at 5:32
Attachments:
Original comment by evan.teran
on 3 Oct 2012 at 5:36
Original issue reported on code.google.com by
evan.teran
on 3 Oct 2012 at 3:22