Problems with Debugger under Linux

foldrian wrote on Thu Oct 21 22:51:34 MEST 2004:
Hi!

I'm using Gentoo Linux with Perl 5.8.1, with Eclipse 3.01 and Perl Epic
0.3.8. When I try to debug a script the following error is written to the
console (It's a simple "Hello World" App):

Unable to connect to remote host: null:5000
Compilation failed in require.
 at /home/florian/workspace/perlproject/test.pl line 0
	main::BEGIN() called at /usr/lib/perl5/5.8.5/perl5db.pl line 0
	eval {...} called at /usr/lib/perl5/5.8.5/perl5db.pl line 0
BEGIN failed--compilation aborted.
 at /home/florian/workspace/perlproject/test.pl line 0
Can't use an undefined value as a symbol reference at /usr/lib/perl5/5.8.5/perl5db.pl
line 7297.
 at /usr/lib/perl5/5.8.5/perl5db.pl line 7297
	DB::print_help('Debugged program terminated.  Use B to quit or B
to res...') called at /usr/lib/perl5/5.8.5/perl5db.pl line 1942
	DB::DB called at /usr/lib/perl5/5.8.5/perl5db.pl line 9171
	DB::fake::at_exit() called at /usr/lib/perl5/5.8.5/perl5db.pl line 8743
	DB::END() called at /home/florian/workspace/perlproject/test.pl line 0
	eval {...} called at /home/florian/workspace/perlproject/test.pl line 0
END failed--call queue aborted.
 at /home/florian/workspace/perlproject/test.pl line 0

Executing of Perl scripts works fine, perl is located in /usr/bin.
Any hints?

Thanks in advance,
Florian
foldrian wrote on Thu Oct 21 22:52:36 MEST 2004:
Sorry for replying to myself, but it's actually Perl 5.8.5 that I'm using
:-)

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