Re: rakudo debugger and files

2016-03-04 Thread Theo van den Heuvel

HI all,

after reinstalling rakudo panda works. However, the debugger still does 
not load dependencies.

BTW there is no 'perl6-debug', only 'perl6-debug-m' on my machine.

thanks,
Theo van den Heuvel


Theo van den Heuvel schreef op 2016-03-04 00:14:

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 [ ...] 
-- 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 [ ...] -- Display information 
about specifi

ed modules
  C:\rakudo\bin\\panda search  -- Search the name/description
  C:\rakudo\bin\\panda [--exclude=] smoke -- Test and install all 
known dis

tributions
  C:\rakudo\bin\\panda look [ ...] -- 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




Re: rakudo debugger and files

2016-03-03 Thread Theo van den Heuvel
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 [ ...] -- 
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 [ ...] -- Display information about 
specifi

ed modules
  C:\rakudo\bin\\panda search  -- Search the name/description
  C:\rakudo\bin\\panda [--exclude=] smoke -- Test and install all 
known dis

tributions
  C:\rakudo\bin\\panda look [ ...] -- 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