The Wayback Machine - https://web.archive.org/web/20220312223202/https://github.com/ko1
Skip to content
Avatar

Sponsors

@ledsun @kojix2 @hsbt @kakutani @panSarin @EthanML @tak1n @takkanm @aycabta @dsh0416 @fukumura @st0012 @tosch

Achievements

Achievements

Organizations

@nadoka
Block or Report

Block or report ko1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Pretty your exception backtrace.

    Ruby 646 22

  2. Add ObjectSpace::AllocationTracer module.

    C 429 14

  3. Add GC::Tracer module.

    C 305 15

  4. yomikomu Public

    Dump compiled iseq by binary (kakidasu) and load binary (yomidasu)

    Ruby 179 13

  5. Forked from cldwalker/debugger

    port of debugger that works on MRI 2.0.0

    Ruby 93 4

1,048 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

March 2022

Created 3 commits in 1 repository
Opened 1 pull request in 1 repository
ruby/debug 1 merged

Created an issue in ruby/debug that received 1 comment

test code notation with break

Just idea. Now we need to set breakpoints with break commands on tests like: def program <<~RUBY 1| def foo a 2| b = a + 1 # break 3| end 4| x…

1 comment