文件名称:撬动救援:每当出现问题时就启动撬动会话
文件大小:30KB
文件格式:ZIP
更新时间:2024-03-19 20:27:24
Ruby
撬救 Ruby的超快速调试。 (请参阅 ) 介绍 pry-rescue是Ruby的“未处理异常中断”的实现。 每当引发异常但无法挽救异常时,撬动救援将自动为您打开撬动: $ rescue examples / example2 . rb From : /home/conrad / 0 / ruby / pry - rescue / examples / example2 . rb @ line 19 Object #beta: 17 : def beta 18 : y = 30 => 19 : gamma ( 1 , 2 ) 20 : end ArgumentError : wrong number of arguments ( 2 for 1 ) from /home/conrad / 0 / ruby / pry - rescue / example
【文件预览】:
pry-rescue-master
----.gitignore(41B)
----.rspec(22B)
----bin()
--------kill-pry-rescue(756B)
--------rescue(1KB)
----.travis.yml(140B)
----CHANGELOG.md(318B)
----examples()
--------loop.rb(324B)
--------example2.rb(394B)
--------sigsegv.rb(452B)
--------capybara_spec.rb(349B)
--------example_spec.rb(231B)
--------random-exit.rb(350B)
--------rescue.rb(799B)
--------example.rb(439B)
--------syntax-err.rb(21B)
----spec()
--------pry_rescue_spec.rb(5KB)
--------core_ext_spec.rb(2KB)
--------source_location_spec.rb(424B)
--------spec_helper.rb(44B)
--------peek_spec.rb(651B)
--------fixtures()
--------commands_spec.rb(4KB)
----README.md(9KB)
----lib()
--------pry-rescue()
--------pry-rescue.rb(7KB)
--------pry()
----pry-rescue.gemspec(992B)
----Gemfile(38B)
----LICENSE.MIT(1KB)
----Rakefile(532B)