Hi all,
I just checked in support for overriding App#on_assert. Mainly because I
was really tired of the "looping crash" I have mentioned before, which
happens on my system whenever an assert is caught by the default handler
built into wx.
Separate topic: wxRuby does some cool diagnostics when wxDEBUG is
defined. I''m not sure we want to ship with wxDEBUG enabled, but I sure
would like to have it turned on whenever I''m developing and debugging.
Any thoughts on how best to let me run with it, but not to impose that
on everyone else via cvs? Maybe we could have an optional config file
that is in .cvsignore so each developer can do what they want?
Kevin