Skip to content

MattMorgis/node-debugger-async-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Motivation

This repo is to help reproduce Node.js bug #15464

Steps to Reproduce

Node.js v8.5+

nvm use 8.5

Run the program

node --inspect --inspect-brk index.js

The program will stop to allow you to connect a debugger. Open Chrome and go to chrome://inspect.

Select your remote target in the list and press the "Resume Execution" arrow in the debugging controls.

Expected Result: Program continues execution.

Actual Result: Program pauses in async_hooks.js twice before continuing execution. Note: Repeating with Node.js v8.4 produces the expected result.

About

Reproducing Node.js Issue #15464

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published