Fixes:
- breakpoints will work in threads created after the breakpoint is set
- line numbers corrected for code in {} blocks
Enhancements:
- “jump” command added; allows you to change the next statement to be
executed, even if it’s in a different frame. “help jump” in rdebug for
usage.