"Killed thread" -- exception

Whenever I am using breakpoint in rubymines I get exception like:
“killed thread”
I catch the exception as: rescue => e
and print error as:e.message.

What can be the possible reason? or any idea how can I find the reason
behind it?