P
P
Persotr272019-01-04 02:26:18
JavaScript
Persotr27, 2019-01-04 02:26:18

F11 and F9 key in google chrome debugger (javascript). Who cares?

Can you please describe how the F11 (Step into next function call) key and the F9 (Step) key work in the Google Chrome debugger when debugging JS code. And what is the difference between them?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2019-01-04
@Stalker_RED

for(let i=0; i<5; i++) {
 //
}
foo()

F11 will jump directly to foo
F9 will loop through each iteration of the loop

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question