When the debugger connects to a running app, it may observe a script recompilation first, and then the original script. In this case, the two scripts won't be merged based on hash, which means that they both appear in Chrome which is confusing wrt setting breakpoints.
When the debugger connects to a running app, it may observe a script recompilation first, and then the original script. In this case, the two scripts won't be merged based on hash, which means that they both appear in Chrome which is confusing wrt setting breakpoints.