Hi all,
for some reason the Rakudo debugger (perl6-debug-m) does not accept any
file name if I try and use a directive like
bp add file:line
so for example, my sources contain a file named DebugIndFamily.pm6 and
none of the combinations I try work, with or withou extension, with or
without full path, and with or without quotes. For example, I had
expected
bp add DebugIndFamily:103
to work. It does not. It gives me
Cannot add breakpoint to unknown file 'DebugIndFamily'
Also using enter does not dive into calls from other files. Any ideas?
I am using the latest release of Rakudo, 2016-1 64-bits on Windows7.
Thanks
--
Theo van den Heuvel