question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Step Into with ignored code has spurious steps on node 12

See original GitHub issue

Describe the bug Step Into on console.log with node_internals ignored stops results in multiple steps. Stepping also doesn’t follow the async execution flow.

To Reproduce See repro repository case 2.

Log File See repro repository case2*.log.json

VS Code Version:

Version: 1.52.0-insider Commit: dbbf7079b20b3036b3ff5ac2e2106b84dd3c6d66 Date: 2020-12-10T16:23:20.433Z Electron: 9.3.5 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0

also tried on:

Version: 1.51.1 Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f Date: 2020-11-11T01:11:34.018Z Electron: 9.3.3 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 19.6.0

Additional context

See the linked repository for debugger launch settings and repro code.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
connor4312commented, Dec 17, 2020

#888 is the opposite, but that seems exclusive to Node 14, and Node 15 is back to the behavior in this issue. I suspect the issue is something to deal with async code, since looking at the log file we always end up paused in the “async inspector” code. We’ll see what the Node team has to say.

0reactions
connor4312commented, Feb 4, 2021

Closing pending upstream update.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breakpoints are ignored in Visual Studio Code (yes, that one)
The crux of my problem (I think) was that start.js , amongst other things, initiates some gulp tasks, one of which is to...
Read more >
Inconsistency between node versions of npm and yarn #812
The engine "node" is incompatible with this module. Expected version ">=4.5.0". If the current behavior is a bug, please provide the steps to ......
Read more >
ANSYS Contact Technology Guide
The basic steps for performing a typical surface-to-surface contact analysis are listed below. Each step is then explained in detail in the following...
Read more >
HAProxy version 2.2.22 - Configuration Manual - GitHub Pages
Any process IDs above nbproc and any thread IDs above nbthread are ignored. It is possible to specify a range with two such...
Read more >
Ngspice User's Manual Version 38 (ngspice release version)
DC analysis can also be used to generate DC transfer curves: a specified independent voltage, current source, resistor or temperature is stepped over...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found