Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Sublime Text2 | pry-debugger用のブレイクポイントをsnippetにする

概要

pry-debugger用のブレイクポイントをsnippetにする

内容

pry-debbugerでブレイクポイントを設定する際に利用する
binding.pryをスニペット化します。

<snippet>
  <content><![CDATA[
binding.pry
]]></content>
  <tabTrigger>bp</tabTrigger>
  <scope>source.ruby</scope>
  <description>use pry-debugger breakpoint</description>
</snippet>