[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-users] debugger problem
From: |
Curt Hibbs |
Subject: |
RE: [FR-users] debugger problem |
Date: |
Mon, 28 Apr 2003 23:49:56 -0700 |
Gour wrote:
>
> Hi!
>
> After setting autolaod: true in ../plugin.yaml, I get the following
> message:
>
> address@hidden:/usr/local/src/ruby/freeride-0.5.0> ruby freeride.rb
> rubyide_tools_fox_debugger has a load dependency not found:
> rubyide_tools_debugger
> Failing to start: rubyide_tools_fox_debugger
>
>
> What's wrong?
It looks like the debugger consists of two plugins, both of which need to
have their autoload properties set to true (can you tell I'm not the author
of the debugger plugins :-)
Set "autoload: true" on both of these plugins:
- rubyide_tools_debugger
- rubyide_tools_fox_debugger
Curt