Move control to different line in Chrome Debugger Tools
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.