DevTools should allow moving instruction pointer / setting next line to execute #117
Open
Description
It would be very useful if, when paused at a breakpoint, the execution pointer could be moved to some later line (to skip over the intervening lines).
This is a capability available in various native code debuggers (Visual Studio, Delphi, WinDBG, etc) and would be much appreciated when trying to debug other sites' code (e.g. during site compat testing, etc).
AB#42413538