rakudo-debugger icon indicating copy to clipboard operation
rakudo-debugger copied to clipboard

A debugger for Rakudo.

Results 23 rakudo-debugger issues
Sort by recently updated
recently updated
newest added

I've this simple program: https://gist.github.com/isleofmax/461adac41d914cd24f65#file-gistfile1-txt When I press 's' to step to next statement without enter in a function call, in every part of the program, even if i'm on...

yeah I just want to be able to hit the up arrow after running some custom tp or something and run it again or modify it

this error seems to have been caused by it looking for `Annotated` which no longer exists, the error is pretty obscure. ``` p6-annotations % perl6-debug-m t/persistence.t slave-vi >>> LOADING t/persistence.t...

http://irclog.perlgeek.de/perl6/2014-04-23#i_8625892 Using Rakudo/MoarVM and debugger built a couple days ago.

Hi, Couple of things. 1. Any chance of a LIST command to show the source code and line numbers? Useful when you are not sure where you are. 2. What...

it would be great if the debugger interactive prompt supported the same readline bits as the perl6 prompt.

enhancement

This module is included in Rakudo \* - the lack of tests make it very hard to insure we haven't broken anything in a new Star release.

enhancement

Would be nice to not have to step into all the rules sometimes, etc.

enhancement

``` > $^a Null PMC Access in find_lex ``` Happened during jnthn's talk at YAPC::NA. He wanted to demonstrate that `$^a` doesn't work in the debugger REPL, because technically it's...

I golfed the issue to this relatively short test case. It will output "ok 1 -" on perl6, but will be "not ok 1 -" on perl6-debug. ``` grammar testgram...