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

console.dir not output in "DEBUG CONSOLE" in macOS #29602

Closed
airtonjs opened this issue Jun 27, 2017 · 3 comments
Closed

console.dir not output in "DEBUG CONSOLE" in macOS #29602

airtonjs opened this issue Jun 27, 2017 · 3 comments
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

@airtonjs
Copy link

  • VSCode Version: 1.13.1
  • OS Version: macOS 10.12.5

Steps to Reproduce:

  1. run the code:
    var teste = { prop1: 'teste' };
    console.log('console.dir');
    console.dir(teste);
    console.log('console.log');
    console.log(teste);

Reproduces without extensions: Yes

@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 27, 2017
@isidorn
Copy link
Contributor

isidorn commented Jun 27, 2017

Works for me, however this is coming from the node extensoin thus forwaring to @weinand

@isidorn isidorn assigned weinand and unassigned isidorn Jun 27, 2017
@weinand
Copy link
Contributor

weinand commented Jun 27, 2017

@airtonjs what version of node.js are you using?

@weinand
Copy link
Contributor

weinand commented Jun 27, 2017

This works for "legacy" protocol, but produces no output for the "inspector" protocol.

@weinand weinand assigned roblourens and unassigned weinand Jun 27, 2017
@roblourens roblourens added this to the June 2017 milestone Jun 27, 2017
@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Jun 27, 2017
@jrieken jrieken added the verified Verification succeeded label Jun 29, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 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

5 participants