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

Live editing with vscode isn't working #2132

Closed
cesarvarela opened this issue May 12, 2017 · 3 comments
Closed

Live editing with vscode isn't working #2132

cesarvarela opened this issue May 12, 2017 · 3 comments

Comments

@cesarvarela
Copy link
Contributor

cesarvarela commented May 12, 2017

Not sure if this is a bug or a naming confusion, but live editing doesn't seem to be working as it should:

For example, if I hit a breakpoint like this:
image

and then, if I edit the console.log('ssss ss') statement and save, the execution should go one step back in the call stack and stop there, then hitting F5 would hit the breakpoint again, allowing me to edit the statement again, and so on. This is how it works with the Chrome dev tools, but isn't happening here.

Is it possible to get it to work? If not, then it is not exactly live-editing :D

@gaearon
Copy link
Contributor

gaearon commented May 12, 2017

It won't allow you to live edit code on the fly if that's what you mean. It's just a debugger integration. (At least for now.)

I agree the way the feature was described is confusing. Can you send a PR to remove "live editing" from it?

@cesarvarela
Copy link
Contributor Author

#2137

@gaearon gaearon closed this as completed May 12, 2017
@gaearon
Copy link
Contributor

gaearon commented May 12, 2017

Appreciate it.

@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants