Open ulitink opened 5 years ago
I might be doing something wrong, but I can’t reproduce this on v12.5.0.
/cc @nodejs/inspector
Restart frame might fail for different reasons: source. @ulitink could you share content of each function on the stack (listO... and proc...)?
@ak239 These are just built-in node functions from internal/timers.js
We've checked it on 4 different PCs, the same exception happens
Request Debugger.restartFrame failed. {"code":-32603,"message":"Internal error"}
It looks like it is regression between 10 and 11 and most likely I broke it when I was refactoring live edit code in V8.
I introduced a bug that is even worse than plus minus one kind of bug. V8 fix is coming: https://chromium-review.googlesource.com/c/v8/v8/+/1683101/
It is fixed in upstream V8, I will wait for couple weeks until attempt to backport.
Is this still an issue? Does this need to remain open?
Restart frame action doesn't work since node 11: