I need to stop at breakpoint only if the code was stopped first in another breakpoint. Example:
for(let i=0; i<5; i++){ someFunction();