- Support pry 0.10
- Relaxed debugger dependency.
- Support breakpoints on methods defined in the pry console. (@banister)
- Fix support for specifying breakpoints by file:line_number. (@nviennot)
- Validate breakpoint conditionals are real Ruby expressions.
- Support for debugger ~> 1.2.0. (@jshou)
- Safer
alias_method_chain
-style patching ofPry.start
andPryRemote::Server#teardown
. (@benizi)
- Breakpoints
- finish command
- Internal cleanup and bug fixes
- First release. step, next, and continue commands. pry-remote 0.1.4 support.