-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
I tried to follow those debugging guidelines, they are not really helpful
https://github.com/oracle/truffleruby/blob/master/doc/contributor/debugging.md
I maybe not getting the context of this document or understanding it correctly! but I couldn't find out yet how to run debugging with rubymine on trufflerruby or GraalVM and I feel like that document is outdated, RubyMine uses debase gem to debug, but the author of debase said, it's not for trufflerruby! ruby-debug/debase#76 (comment)
also another ticket was opened since 2019 about debase but no answers! #1861
is there any tool to debug truffleruby like MRI ?? either using debase (RubyMine) debugger or at least a terminal debugger !
shqear93