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

Restart frame not working as expected #9483

Closed
isidorn opened this issue Jul 19, 2016 · 2 comments
Closed

Restart frame not working as expected #9483

isidorn opened this issue Jul 19, 2016 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@isidorn
Copy link
Contributor

isidorn commented Jul 19, 2016

Have the following code:

console.log('hello world');
console.log('hello world 2');

Set a breakpoint on the second line, start debugging and once the breakpoint is hit restart frame. Notice that the frame is not restarted, but program hits an entry frame stop and continues till exit

replayframe

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Jul 19, 2016
@weinand weinand added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jul 19, 2016
@weinand
Copy link
Contributor

weinand commented Jul 19, 2016

This seems to be a 'restart frame' bug in node < 5.11.
Restart Frame works fine beginning with 5.11.

@weinand weinand closed this as completed Jul 19, 2016
@isidorn isidorn removed the bug Issue identified by VS Code Team member as probable bug label Jul 19, 2016
@isidorn
Copy link
Contributor Author

isidorn commented Jul 19, 2016

We should mention that in the release notes.

@weinand weinand mentioned this issue Jul 25, 2016
1 task
@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 upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants