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 8349505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:01:05+00:00 2026-06-09T08:01:05+00:00

I created a script in Javascript using Node.js to scrape some data from a

  • 0

I created a script in Javascript using Node.js to scrape some data from a website overnight. We’ll, I’m at 67% and it’s going to take about 5-6 more hours to finish. But I have enough data at the moment that I’d like to stop it.

Is there a way to pause script execution into a Node REPL session and inspect the variables? Or something similar?

(I’m scraping data into an array).

Thanks

  • 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-06-09T08:01:07+00:00Added an answer on June 9, 2026 at 8:01 am

    You can put Node in debug mode (which can pause execution) by sending a USR1 signal to it. Check out https://github.com/dannycoates/node-inspector/

    1. find the PID of your node process: ps -x | grep node
    2. send a USR1 signal to the process: kill -s USR1 $pid
    3. start node-inspector: node-inspector &
    4. open a browser on http://localhost:8080/debug?port=5858
    5. click pause in the top right corner
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a lightbox using the following script: <script type=text/javascript> $(document).ready(function(){ $(.BtnAction).click(function(){ var objPopup
I am using a script from http://www.yourinspirationweb.com/en/jquery-how-to-create-a-news-ticker-with-just-a-few-javascript-lines/ which is a great newsticker, designed to
I initially create a table using some data loaded from a php mySQL query.
I'm building an MMO using Node.js, and I'd like some scripters from my team
I create one table by using jquery : <div class=productlist style=float:left; id=productlist> <script type=text/javascript
JavaScript. I want to create simple script, that will be resize loaded image using
I've created a button using HTML/CSS and a Java script. The button should direct
I have created one multiplication of complex function using prototype in java-script function ComplexNumber(real,imaginary)
I created two dropdpwn calendar in my form with these codes: <script type=text/javascript src=http://code.jquery.com/jquery-latest.js></script>
Theory: One of the things that appeals to me about node.js is using it

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.