Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 810989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:58:20+00:00 2026-05-15T00:58:20+00:00

This is for debugging purpose. I’ve got a for loop that generates some output

  • 0

This is for debugging purpose. I’ve got a for loop that generates some output to Cygwin bash’s CLI.

I know that I can redirect outputs to text files and use Perl or even just a normal text editor to inspect the values printed out for a particular iteration, just feel that a bit painful.

What I am now thinking is, to place a special subroutine inside the for loop, so that it would be “interrupted” at the beginning of each iteration, and Perl script should only resume to run after user/programmer hits a key(the Enter Key from keyboard?)

In this way I can directly inspect the values printed out during each iteration.

Is there a simple way to do this, without using additional libraries/CPAN?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T00:58:20+00:00Added an answer on May 15, 2026 at 12:58 am

    If you just want to pause for user input each iteration, then just do a read from STDIN inside your loop:

    my $debug = 1;
    while ($looping) {
        if ( $debug ) {
            print "Press enter to continue\n";
            $input = <>;
        }
    }
    

    If the debug flag is set, then the program will pause until the user presses enter, then the loop will resume. You can print your variables before the pause. Set $debug = 0 to disable the pause.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm debugging this site and trying to sort out some issues that arise in
This is just for debugging purpose. We have an abused stored proc that takes
Before I ask this, do note: I want this for debugging purposes. I know
This was a fascinating debugging experience. Can you spot the difference between the following
This is a follow-on from: Debugging a Multithreaded C# - C++/CLI - C++ Solution
Is there any possibility to call some callback function for Debugging purpose before and
For debugging purpose I'd like to know ways to test OLE DB connection string
I was pondering this question last night while debugging some things in IE7, when
I have a JFrame that contains a JTextPane. The purpose of this JTextPane is
While debugging javascript written by someone else, I came across some code that I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.