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

debug - no truncation? #5803

Closed
jrieken opened this issue Apr 26, 2016 · 3 comments
Closed

debug - no truncation? #5803

jrieken opened this issue Apr 26, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded

Comments

@jrieken
Copy link
Member

jrieken commented Apr 26, 2016

#4952

  • test plan says truncation happens at strings longer 10000 characters
  • have code like this
        let longString = new Array(10001).join('oooooo');
        longString += '<TOO LARGE>';
        console.log(longString);
  • ⚡ console doesn't truncate the string, shows <TOO LARGE>

screen shot 2016-04-26 at 11 30 10

@jrieken jrieken added the bug Issue identified by VS Code Team member as probable bug label Apr 26, 2016
@jrieken
Copy link
Member Author

jrieken commented Apr 26, 2016

maybe related to #5802

@bpasero
Copy link
Member

bpasero commented Apr 26, 2016

@jrieken assigning back to you to retest this scenario with a newer Alpha build that includes our node-debug fix to actually enable debug injection for Electron.

@jrieken
Copy link
Member Author

jrieken commented Apr 26, 2016

works with latest chances

@jrieken jrieken closed this as completed Apr 26, 2016
@jrieken jrieken added the verified Verification succeeded label May 26, 2016
@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 verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants