RubyGems Navigation menu

pry-fkeys 0.2.2

Help the user get to a place where the speedy F8/F10/F11/etc keys work.

Pry F-Keys

Help the user get to a place where the speedy F8/F10/F11/etc keys work.

F4

ls -l (show all locally-defined variables and values)

F5

whereami (show the code context)

F6

up (a frame, depends on pry-stack_explorer, as does the next one)

F7

down

F8

continue (depends on pry-debugger, as do step/next/finish)

Shift-F8

try-again (restart from last ‘raise’, depends on pry-rescue)

F10

next (run the current statement)

F11

step (step into the next method call)

Shift-F11

finish (get back out of the last ‘step’)

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.3 - April 23, 2013 (6.0 KB)
  2. 0.2.2 - April 23, 2013 (6.0 KB)
  3. 0.2.1 - April 23, 2013 (6.0 KB)
  4. 0.1.0 - February 19, 2013 (6.0 KB)
  5. 0.0.1 - February 19, 2013 (6.0 KB)

Runtime 相依性套件 (1):

pry >= 0

擁有者:

作者:

  • ☈king

SHA 256 checksum:

12c5bd86eee2e81deba5e16e45d15a4495bb0b92ff53bee6b09182c79a80d69d

總下載次數 14,854

這個版本 2,603

License:

Ruby 版本需求:

相關連結: