You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: