While debugging in JavaScript line in chrome developer tools, how can I move the control back to a few lines above?
One workaround that may fit your needs (if the code doesn't have a lot of side effects) is to set a breakpoint on the desired line and make a small yet meaningful change to your current function using LiveEdit. This way, the affected call frame(s) will be discarded from the call stack and the respective functions re-invoked, breaking at the necessary line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With