Debugger parsing failure

mderouss wrote on Thu Mar 15 14:48:25 CET 2007:
Hi folk,

I'm new to Perl and Eclipse, but I know what I need - an IDE that will help
me out when creating stuff in a language I barely know :). I'm using ActivePerl
on an XP PC. 

So, in a spirit of adventure, I've been trying to step through a Perl 'HelloWorld'
script. To be precise, the Perl HelloWorld script that comes with the OpenPerl
IDE. The script seems to *run* just fine from the command line, and also
from within Eclipse/EPIC.

However, when we Debug, and attempt to step line 29 :

$testarray[3] = \@testarray;

I get :

Error Parsing Debugger Variables
  *******************************
  *******************************
  +++++++Error Parsing Vars++++++
  *******************************
  *******************************
  NS00000002$iS0000000212NS00000002$jS00000005undefNS0000000a@testarrayS00000003...INS00000003[0]S00000007'alpha'NS00000003[1]S00000006'beta'NS00000003[2]S00000007'gamma'NS00000003[3]S00000010ARRAY(0x190b6f8)ROE-------------------------------
  -------------------------------
  +++++++Error Parsing Vars++++++
  -------------------------------
  -------------------------------

Is this a problem I can do anything about ( assuming I'm not going to hack
up my own parser - please !:) ) ?

Cheers,
Mark de Roussier

jploski wrote on Thu Mar 15 20:16:14 CET 2007:
Please upgrade to EPIC 0.5.31 (the current 'testing' version). It has several
important bug fixes related to the debugger.

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.