function - Set a javascript breakpoint in code - in chrome - how to know where the debugger was 1 step before? -
I put a breakpoint at the beginning of the javascript function, the execution code was stopped in the debugger. On that basis, how to find the place where the debugger jumped into that function, i.e. the previous line in the javascript file By clicking on the F10 or F11 button, how do I step back to set up a breakpoint before a phase?
Thank you.
You need to see it there, you can see which function calls towards your breakpoint were taken.
Comments
Post a Comment