Skip to content
maccman edited this page Sep 13, 2010 · 2 revisions

To debug Bowline applications, you can use the Ruby debugger as normal, just make sure it’s the 1.9 version:

In your Gemfile:
gem "ruby-debug19", :require_as => "ruby-debug"

To debug the views, right click – and select ‘Inspect Element’. The Safari WebInspector will appear.