I found a bug while debugging the code var [ [ ] , x ] = `` ;.
I initially set a breakpoint in IteratorBindingInitialization BindingElementList: BindingElementList, BindingElisionElement.
However, when I press continue after the breakpoint, the debugger stopped at an unexpected location as if a new breakpoint was automatically generated. Please refer to the screenshot below.

I found a bug while debugging the code
var [ [ ] , x ] = `` ;.I initially set a breakpoint in IteratorBindingInitialization BindingElementList: BindingElementList, BindingElisionElement.
However, when I press continue after the breakpoint, the debugger stopped at an unexpected location as if a new breakpoint was automatically generated. Please refer to the screenshot below.