Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perl debugger #1767

Closed
p5pRT opened this issue Apr 4, 2000 · 3 comments
Closed

perl debugger #1767

p5pRT opened this issue Apr 4, 2000 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Apr 4, 2000

Migrated from rt.perl.org#3021 (status was 'resolved')

Searchable as RT3021$

@p5pRT
Copy link
Author

p5pRT commented Apr 4, 2000

From aradul@storystreet.com

Dear Sir or Madam,

We are using perl, version 5.005_03 built for sun4-solaris
There are some recursive procedures in our code, and

prel -d ./script.pl

generates the following messages​:

100 levels deep in subroutine calls!

looping inside some required packages and their constructors.
Attempts to continue, return, etc does not get the debugger out
of the loop in a reasonable time. The loop is not infinite​: wihtout
debugging the code
works.

Questions.

Is that a known property of the perl debugger, or something is
wrong with our code?

What can we do to enable debugging of the desired parts of our code,
without rewriting it?

Sicerely Yours,
Andrey Radul

@p5pRT
Copy link
Author

p5pRT commented Jul 13, 2003

From @rspier

chromatic say​:

Bug #3021 is able to be closed; this is a feature of the Perl
debugger. $deep is hardcoded at 100 in DB.pm, but it seems only to
apply when single-stepping through code.

@p5pRT
Copy link
Author

p5pRT commented Jul 13, 2003

@rspier - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant