Thanks Curt for those pointers. My debugger now functions (hurrah!)...but
When I start the debugger I get displayed over an over
FXRuby.cpp:647: FXASSERT(FALSE) failed.
The debugger works however. Except that I can't set breakpoints. Clicking on
the breakpoint button did nothing.
So...I thought maybe my version of FXRuby needed to be updated. My version
was 1.0.19 and the current is 1.0.22. I got 1.0.22 and tried to follow the
instructions from Lyle to build it with FXScintilla support (see below):
3. Type 'ruby install.rb config [... options ...]'
to configure the build, and be *sure* to pass in the
'--with-fxscintilla-include' and '--with-fxscintilla-lib'
options.
However I am doing something wrong, because when I type:
ruby install.rb config --with-fxscintilla-include --with-fxscintilla-lib
and it says that those are invalid options.
I am now stuck because I did build and install 1.0.22 without the fx
scintilla options and so free ride no longer runs.
HEEEEEEEEEEEEEEEEELP!
Steve Tuckner
> -----Original Message-----
> From: Curt Hibbs [mailto:curt / hibbs.com]
> Sent: Tuesday, April 29, 2003 2:29 AM
> To: ruby-talk ML
> Subject: Re: ANN: FreeRIDE 0.5.0 Final Release
>
>
> Curt Hibbs wrote:
> >
> > It looks like the debugger plugin has its autoload property set
> > false. Edit
> > the file:
> >
> > .../freeride/plugins/rubyide_tools_debugger/plugin.yaml
> >
> > and change the line "autoload: false" to "autoload: true".
>
> Turns out you also have to set "autoload: true" in:
>
> .../freeride/plugins/rubyide_tools_fox_debugger/plugin.yaml
>
> Curt