debugging - Writing a simple Ruby debugger -


I'm thinking of writing the original ruby ​​debugger (interactive). Can you direct me to learn more from some resources or projects?

I think you have a good place to start implementing Ruby debugger in Ruby presentation and reflection Have a look at the interface

If you want to be a bit more bold then you can see the source for Ruby debug


Comments