I looked at the documentation, but I didn't quite understand how to debug. I use the raku-debug command, but it reports an error:
Could not find Debugger::UI::CommandLine.
When I tried to search on zef, I didn't find any results.
Does Raku have a tuning tool similar to gdb, just like Python or JavaScript debugging tools? How am I supposed to debug a Raku program?
Migrating solution from the comments: