Made another post so long on how to debug #metasploit using the new #debuggem from https://github.com/ruby/debug.

I'd be curious to know what people think, particularly on the RubyMine aspect and if there is a way to link debug.gem with RubyMine that perhaps I haven't noticed.

https://tekwizz123.hashnode.dev/debugging-metasploit-with-debuggem

GitHub - ruby/debug: Debugging functionality for Ruby

Debugging functionality for Ruby. Contribute to ruby/debug development by creating an account on GitHub.

GitHub
@tekwizz123 having picked up Ruby over the past couple of months, I have found RubyMine’s debugger to be essential (and tolerable for my purposes, which are presumably less demanding than Metasploit dev). However, debug.gem + VSCode is a whole new angle to consider. Great write-up, thank you!
@dreadpir8robots No problem and glad you enjoyed!