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

Test: debug console objects from output #15901

Closed
2 tasks done
isidorn opened this issue Nov 22, 2016 · 4 comments
Closed
2 tasks done

Test: debug console objects from output #15901

isidorn opened this issue Nov 22, 2016 · 4 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Nov 22, 2016

Complexity: 2

As per #15796 we are now supporting expanding complex objects in repl which are coming from output channels. Have a node program, choose node2 as type in 'launch.json', launch your program, open repl and verify:

  • You can use console.log to print complex objects, these objects can be expanded in repl
  • You can use console.log with multiple arguments, like console.log('abc', { d: 123 }), and they are all visible.
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Nov 22, 2016
@isidorn isidorn added this to the November 2016 milestone Nov 22, 2016
@ramya-rao-a ramya-rao-a assigned jrieken, alexdima and kieferrm and unassigned jrieken Dec 6, 2016
@alexdima
Copy link
Member

alexdima commented Dec 6, 2016

This did not work for me as advertised -- see #16641

@alexdima alexdima removed their assignment Dec 6, 2016
@roblourens
Copy link
Member

Oh this is not actually implemented yet @isidorn

@isidorn
Copy link
Contributor Author

isidorn commented Dec 6, 2016

Oh sorry for the misunderstaing, that's why I pinged you on the original issue -> lets move this to january then and unassign people

@hbenl
Copy link

hbenl commented Jan 14, 2017

FYI: I just tested this with (an unreleased version of) my debug adapter in an insider build of VS Code (Date 2017-01-13T07:03:18.620Z) and it works fine for me.

@mjbvz mjbvz removed their assignment Jan 25, 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
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

9 participants