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

Nodejs Infinity printed as undefined #32064

Closed
buckle2000 opened this issue Aug 6, 2017 · 1 comment
Closed

Nodejs Infinity printed as undefined #32064

buckle2000 opened this issue Aug 6, 2017 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@buckle2000
Copy link

buckle2000 commented Aug 6, 2017

  • VSCode Version: 1.14.2 (currently latest stable release)
  • OS Version: Windows 10.0.10586
  • nodejs version: 8.2.1

Steps to Reproduce:

  1. create a nodejs script

console.log(Infinity)
console.log(-Infinity)

  1. run in debug mode

See the output in vscode "debug output" panel! 😄

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 6, 2017
@weinand
Copy link
Contributor

weinand commented Aug 7, 2017

Problem occurs with the "inspector" protocol.
Works fine for "legacy" (but only for node versions < 8.0).

@weinand weinand assigned roblourens and unassigned weinand Aug 7, 2017
@weinand weinand added the bug Issue identified by VS Code Team member as probable bug label Aug 7, 2017
@roblourens roblourens added this to the August 2017 milestone Aug 7, 2017
@mjbvz mjbvz added the verified Verification succeeded label Aug 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants