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

Node debug Print of Function Object generates errors for arguments and caller #19332

Closed
mjbvz opened this issue Jan 25, 2017 · 2 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 25, 2017

Testing #15901

  1. start debugging any node program
  2. Print out a function object: () => 0

Error
screen shot 2017-01-24 at 7 03 15 pm

arguments and callee both generate errors when the parent function is expanded

@mjbvz mjbvz added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jan 25, 2017
@mjbvz
Copy link
Collaborator Author

mjbvz commented Jan 25, 2017

For reference, Chrome and Safari both seem to just print out the function definition itself in these cases

@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Apr 19, 2017
@roblourens
Copy link
Member

Fixing this would be kind of a pain.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2018
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
Projects
None yet
Development

No branches or pull requests

2 participants