Groups | Search | Server Info | Login | Register


Groups > perl.debugger > #1

Can not get required info from 'caller' at 'DB::sub'

Newsgroups perl.debugger
Subject Can not get required info from 'caller' at 'DB::sub'
Message-ID <434161449401082@web19g.yandex.ru> (permalink)
Date 2015-12-06 13:24 +0200
From kes-kes@yandex.ua (KES)

Show all headers | View raw


http://paste.scsys.co.uk/502483

 Also it is strange to see the DB::DB is called twice for t3.pl (Notice the line 82, 85 at the paste)
The twice call does not occour if I remove 'caller' from t3.pl:4. Like: print 'FROM:';

The output:
...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
t3.pl:9    	my $x =  3;

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
t3.pl:11    	t();
SUB: main::t - 
FROM: main - t3.pl - 17

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
t3.pl:4    	print "FROM";
FROM
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
t3.pl:13    	$x++;
3
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
t3.pl:18    print $x;

Back to perl.debugger | NextNext in thread | Find similar


Thread

Can not get required info from 'caller' at 'DB::sub' kes-kes@yandex.ua (KES) - 2015-12-06 13:24 +0200
  Re: Can not get required info from 'caller' at 'DB::sub' kes-kes@yandex.ua (KES) - 2015-12-06 14:48 +0200

csiph-web