SYMBOL INDEX (49 symbols across 7 files) FILE: lib/pry-debugger/base.rb type PryDebugger (line 1) | module PryDebugger function check_file_context (line 8) | def check_file_context(target) FILE: lib/pry-debugger/breakpoints.rb type PryDebugger (line 1) | module PryDebugger type Breakpoints (line 6) | module Breakpoints function add (line 12) | def add(file, line, expression = nil) function change (line 24) | def change(id, expression = nil) function delete (line 33) | def delete(id) function clear (line 41) | def clear function enable (line 47) | def enable(id) function disable (line 52) | def disable(id) function disable_all (line 57) | def disable_all function to_a (line 63) | def to_a function size (line 67) | def size function each (line 71) | def each(&block) function find_by_id (line 75) | def find_by_id(id) function change_status (line 84) | def change_status(id, enabled = true) function validate_expression (line 90) | def validate_expression(expression) FILE: lib/pry-debugger/commands.rb type PryDebugger (line 4) | module PryDebugger function process (line 20) | def process function process (line 42) | def process function process (line 52) | def process function process (line 62) | def process function options (line 101) | def options(opt) function process (line 112) | def process function new_breakpoint (line 139) | def new_breakpoint function options (line 174) | def options(opt) function process (line 178) | def process function breakout_navigation (line 207) | def breakout_navigation(action, times = nil) function check_file_context (line 217) | def check_file_context function print_full_breakpoint (line 225) | def print_full_breakpoint(breakpoint) FILE: lib/pry-debugger/processor.rb type PryDebugger (line 4) | module PryDebugger class Processor (line 5) | class Processor method initialize (line 8) | def initialize method run (line 15) | def run(initial = true, &block) method debugging= (line 56) | def debugging=(enabled) method at_line (line 69) | def at_line(context, file, line) method at_breakpoint (line 96) | def at_breakpoint(context, breakpoint) method at_catchpoint (line 107) | def at_catchpoint(context, exception) method resume_pry (line 116) | def resume_pry(context) method step (line 127) | def step(times) method step_over (line 132) | def step_over(lines) method finish (line 137) | def finish method stop (line 142) | def stop FILE: lib/pry-debugger/pry_ext.rb function start_with_pry_debugger (line 8) | def start_with_pry_debugger(target = TOPLEVEL_BINDING, options = {}) FILE: lib/pry-debugger/pry_remote_ext.rb type PryRemote (line 3) | module PryRemote class Server (line 4) | class Server method run (line 7) | def run method teardown_with_pry_debugger (line 23) | def teardown_with_pry_debugger FILE: lib/pry-debugger/version.rb type PryDebugger (line 1) | module PryDebugger