Breakpoints in plugins?

I’m using the acts_as_taggable plugin for Rails, and trying to set a
breakpoint within it to examine behavior. While breakpoints work just
fine in my main application, execution is never halted for the
breakpoint in the plugin.

Are breakpoints intended to work in plugins, or am I trying to use an
unsupported feature?

Thanks guys.

John