TODO in ruby-breakpoint-0.5.0 vs TODO in ruby-breakpoint-0.5.1
- old
+ new
@@ -3,9 +3,13 @@
* Factor out remote breakpoint support to a separate file so it can be loaded
on-demand. This would allow the local breakpoint functionality to work even
when DRb is not available. (E.g. on Debian)
= Done
+
+* breakpoint_client ought to handle the case that Options is already defined
+ so that RubyOnRails and other frameworks that might want to ship
+ ruby-breakpoint directly can overwrite the default options easily.
* Do further research on the write SecurityError.
See ruby-core for more information.
* This seems to have been a bug in Ruby 1.8.1 and early snapshots in Ruby 1.8.2.
The problem can be fixed by updating to a more current Ruby. More information