Hmm. This probably is not an issue with the debugger itself, but with my Perl6 installation. Panda list gives me:

Value of type Seq uselessly passed to val() in method append at C:\rakudo/share
/perl6/runtime/CORE.setting.moarvm line 1
Value of type Seq uselessly passed to val() in method append at C:\rakudo/share
/perl6/runtime/CORE.setting.moarvm line 1
Usage:
C:\rakudo\bin\\panda [--notests] [--nodeps] install [<modules> ...] -- Install
 the specified modules
C:\rakudo\bin\\panda [--installed] [--verbose] list -- List all available modu
les
  C:\rakudo\bin\\panda update -- Update the module database
C:\rakudo\bin\\panda info [<modules> ...] -- Display information about specifi
ed modules
  C:\rakudo\bin\\panda search <pattern> -- Search the name/description
C:\rakudo\bin\\panda [--exclude=<Any>] smoke -- Test and install all known dis
tributions
C:\rakudo\bin\\panda look [<modules> ...] -- Download and unpack the distribut
ion and then open the directory with your shell.

Maybe I should reinstall.

bye,

Theo van den Heuvel




Theo van den Heuvel schreef op 2016-03-03 22:31:
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

Reply via email to