wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

"Plugin Directory" in Preferences actually expects edb-debugger main directory #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set "Plugin Directory" in Preferences to edb-debugger/plugins
2. Run edb-debugger

What is the expected output? What do you see instead?
Edb fails to load plugins and asks to correct the configuration.
It works after setting "Plugin Directory" to edb-debugger.

What version of the product are you using? On what operating system?
Svn revision 337.

Original issue reported on code.google.com by somename...@gmail.com on 14 Mar 2014 at 4:07

GoogleCodeExporter commented 9 years ago
I believe that you have misunderstood what the "plugin directory" is. 

edb-debugger/plugins is where the *source code* for the plugins are, but edb 
wants the directory which has the resultant *binaries* 

By default is the same directory where the edb binary is placed during build.

Original comment by evan.teran on 14 Mar 2014 at 6:16