Ruby VM Debug Environment: Part 2
Overview In the last post, I setup a a container with a pre-built version of Ruby ready to debug. In this post, I’ll talk about how to pass it a ruby script and watch it execute. Debug the VM while it executes a script Continuing from last time, ensure you’re attached to the debug container and that you can set breakpoints and run the program. We want to create a simple_test....